{% extends 'hordak/base.html' %} {% load hordak %} {% block page_name %}Reconcile Bank Statements{% endblock %} {% block page_description %}What did you spend money on?{% endblock %} {% block content %}
Date | Amount | Description | Account | ||||
---|---|---|---|---|---|---|---|
{{ line.date }} | {{ line.amount|color_currency }} | {{ line.description }} | {% if line.transaction %} |
|
{% elif line != reconcile_line %} | {% endif %} | |
{% if leg_formset.non_form_errors %}
|
|||||||
{% block nothing_to_reconcile %}Nothing to reconcile, you are up to date{% endblock %} |