{% from 'macros.html' import transaction with context %} {% extends "layout.html" %} {% block title %}{{category.name or 'Uncategorized'}} in {{date.year}}{% endblock %} {% block head %} {% endblock %} {% block page_header %} {% endblock %} {% block page %}
{{famount(category.amount)}} {% if category.has_warning %}⚠{% endif %}

{{famount(monthly_average)}}

{% if category.warning_threshold %}

{{famount(category.warning_threshold / 12)}}

{% endif %}
{% include "_tx_options.html" %} {% endblock %}