Added proper supplier table

This commit is contained in:
Finn 2019-07-12 18:50:59 +01:00
parent 8dbdcbb481
commit 85f91f0d4b
7 changed files with 77 additions and 24 deletions

View file

@ -0,0 +1,3 @@
<td>{{supplier.name}}</td>
<td>{{supplier.postcode}}</td>
<td>{{supplier.spend | currency:'GBP':'symbol':'1.2-2' }}</td>