{% for entry in bills %} {% if entry.lastFoundMatch %} {% else %} {% endif %} {% if entry.nextExpectedMatch%} {% else %} {% endif %} {% endfor %}
  {{ trans('list.name') }} {{ trans('list.matchesOn') }} {{ trans('list.matchingAmount') }} {{ trans('list.lastMatch') }} {{ trans('list.expectedMatch') }} {{ trans('list.active') }} {{ trans('list.automatch') }} {{ trans('list.repeat_freq') }}
{{ entry.name }} {% for match in entry.match|split(',') %} {{ match }} {% endfor %} {{ entry.amount_min|formatAmount }} {{ entry.amount_max|formatAmount }} {{entry.lastFoundMatch.formatLocalized(monthAndDayFormat)}} {{ 'unknown'|_ }} {{entry.nextExpectedMatch.formatLocalized(monthAndDayFormat)}} {{ 'unknown'|_ }} {% if entry.active %} {% else %} {% endif %} {% if entry.automatch %} {% else %} {% endif %} {{ entry.repeat_freq|_ }} {% if entry.skip > 0 %} skips over {{entry.skip}} {% endif %}