{% extends "base.html" %} {% block title %}Tags — abn-combined{% endblock %} {% block content %}

Tags

All tags (rule-assigned and manual) with usage counts. Renames propagate to rules and both transaction tag columns.

{% if error %}{% endif %} {% if message %}

{{ message }}

{% endif %}

Note: Transfer tags are excluded by default. Transfer transactions are not counted in tag usage.

{% if tags %} {% for tag in tags %} {% endfor %}
Tag Transactions Credits € Debits € Rename
{{ tag.name }} {{ tag.count }} {{ "%.2f" | format(tag.credit_amount) }} {{ "%.2f" | format(tag.debit_amount) }}
{% else %}

No tags yet. Tags come from rules or manual edits on the Transactions tab.

{% endif %} {% endblock %}