{% extends "base.html" %} {% block title %}{{ _("Bills") }} · Wealth Dashboard{% endblock %} {% block heading %}{{ _("Bills") }}{% endblock %} {% block lede %}
{{ _("What is expected to leave the account, and whether it did. A subscription is found; a bill is declared — the rent, the insurance, the electricity — and matched against the rows as they arrive, so this page can say paid, due, or missed.") }}
{% endblock %} {% block content %} {% set state_labels = {'paid': _("paid"), 'due': _("due"), 'missed': _("missed"), 'never': _("never seen")} %} {% macro bill_fields(b) %}{{ _("The text is looked for in the counterparty and the description of money going out; an amount, if given, allows a fifth either way — utilities vary. The due day snaps the next date to the day of the month the bill is usually taken.") }}