|  | {{ entry.name }} | {% for match in entry.match|split(',') %}
                    {{ match }}
                {% endfor %} | {{ entry.amount_min|formatAmount }} | {{ entry.amount_max|formatAmount }}{% if not entry.lastFoundMatch.isFuture %} | {{ entry.lastFoundMatch.formatLocalized(monthAndDayFormat) }}{% else %} | {{ 'unknown'|_ }}{% endif %}
            {% if entry.nextExpectedMatch.year == 1900 %} | {{ 'unknown'|_ }}{% else %} | {{ entry.nextExpectedMatch.formatLocalized(monthAndDayFormat) }}{% endif %} | {% if entry.active %}
                    
                {% else %}
                    
                {% endif %} | {% if entry.automatch %}
                    
                {% else %}
                    
                {% endif %} | {{ entry.repeat_freq|_ }}
                {% if entry.skip > 0 %}
                    skips over {{ entry.skip }}
                {% endif %} | 
    {% endfor %}