{% 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 %}
{% if category.warning_threshold %} {% endif %}
Monthly average {{famount(monthly_average)}}
Warning threshold {{famount(category.warning_threshold / 12)}}
{% include "_tx_options.html" %} {% endblock %}