{% extends "./layout/default.twig" %} {% block breadcrumbs %} {{ Breadcrumbs.renderIfExists(Route.getCurrentRoute.getName, bill) }} {% endblock %} {% block content %}

{{ bill.name }}

{% if bill.active %} {% else %} {% endif %} {% if bill.automatch %} {% else %} {% endif %}
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 %}

Chart

Connected transaction journals

{% include 'list/journals' %}
{% endblock %} {% block scripts %} {% endblock %}