diff --git a/resources/twig/list/bills.twig b/resources/twig/list/bills.twig index 2432efaf88..5d50afb15d 100644 --- a/resources/twig/list/bills.twig +++ b/resources/twig/list/bills.twig @@ -1,6 +1,6 @@ - +
- + @@ -9,7 +9,7 @@ - + {% for entry in bills %} @@ -22,46 +22,52 @@ - - - - {% else %} + {% endif %} - - {% else %} + {% endif %} - - - -
   Name Matches on Matching amountIs active Will be automatched Repeats every  
{{ entry.name }} + {% for match in entry.match|split(',') %} {{ match }} {% endfor %} + {{ entry.amount_min|formatAmount }} + {{ entry.amount_max|formatAmount }} {% if entry.lastFoundMatch %} + {{entry.lastFoundMatch.format('j F Y')}} + Unknown + + {% if entry.nextExpectedMatch%} + {{entry.nextExpectedMatch.format('j F Y')}} + Unknown + + + {% if entry.active %} {% else %} {% endif %} + {% if entry.automatch %} {% else %} {% endif %} + {{ entry.repeat_freq }} {% if entry.skip > 0 %} skips over {{entry.skip}}