{% extends "base.html" %}
{% block title %}Tags — abn-combined{% endblock %}
{% block content %}
All tags (rule-assigned and manual) with usage counts. Renames propagate to rules and both transaction tag columns.Tags
{{ error }}
{% endif %} {% if message %}{{ message }}
{% endif %}Note: Transfer tags are excluded by default. Transfer transactions are not counted in tag usage.
{% if tags %}| Tag | Transactions | Credits € | Debits € | Rename | |
|---|---|---|---|---|---|
| {{ tag.name }} | {{ tag.count }} | {{ "%.2f" | format(tag.credit_amount) }} | {{ "%.2f" | format(tag.debit_amount) }} |
No tags yet. Tags come from rules or manual edits on the Transactions tab.
{% endif %} {% endblock %}