{% for entry in bills %} {% if entry.lastFoundMatch %} {% else %} {% endif %} {% if entry.nextExpectedMatch%} {% else %} {% endif %} {% endfor %}
  Name Matches on Matching amount Last seen match Next expected match Is active Will be automatched Repeats every  
{{ entry.name }} {% for match in entry.match|split(',') %} {{ match }} {% endfor %} {{ entry.amount_min|formatAmount }} {{ entry.amount_max|formatAmount }} {{entry.lastFoundMatch.format('j F Y')}} Unknown {{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}} {% endif %} {% if entry.active %} {% endif %}