{{ section.label }}

${{ '{:,.2f}'.format(section.total_applied) }} / ${{ '{:,.2f}'.format(section.total_planned) }}
{% for row in section.rows %} {% set applied = row.entry.applied %}
{% if editable %} {% else %} {{ row.entry.name }} {% endif %} {% if row.state.value == 'edited' %} modified {% elif row.state.value == 'new_in_month' %} new this month {% endif %} {% if editable %} {% else %} ${{ '{:,.2f}'.format(row.entry.planned) }} {% endif %} ${{ '{:,.2f}'.format(applied) }} {% if row.entry.postings|length > 0 %} ยท {{ row.entry.postings|length }} txn{% if row.entry.postings|length != 1 %}s{% endif %} {% endif %} {% if editable %} {% endif %}
{% if editable %}
{% elif row.entry.notes %}
{{ row.entry.notes }}
{% endif %} {% for posting in row.entry.postings %} {% else %} {% endfor %}
Date Description Payee Amount
{% if editable %} {% else %} {{ posting.occurred_on.isoformat() }} {% endif %} {% if editable %} {% else %} {{ posting.description or '' }} {% endif %} {% if editable %} {% else %} {{ posting.payee or '' }} {% endif %} {% if editable %} {% else %} ${{ '{:,.2f}'.format(posting.amount) }} {% endif %} {% if editable %} {% endif %}
No transactions yet.
{% if editable %}
{% endif %}
{% else %}
No entries.
{% endfor %} {% if editable %}
+ add {{ section.label|lower }}
{% endif %}