{% extends "./layout/default.twig" %} {% block breadcrumbs %} {{ Breadcrumbs.renderIfExists(Route.getCurrentRoute.getName, bill) }} {% endblock %} {% block content %}
Matching on {% for word in bill.match|split(',') %} {{ word }} {% endfor %} between {{ bill.amount_min|formatAmount }} and {{ bill.amount_max|formatAmount }}. Repeats {{ bill.repeat_freq }}. | |
Next expected match | {% if bill.nextExpectedMatch %} {{ bill.nextExpectedMatch.formatLocalized(monthAndDayFormat) }} {% else %} {{ 'unknown'|_ }} {% endif %} |