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

{{ title }}

Audit trail of rule mutations and recategorization runs, newest first. Each report records the rule snapshot diff and every transaction it touched.

{% if scope_rule_id %}
All history Edit rule #{{ scope_rule_id }}
{% endif %} {% if not reports %}

No change history yet

Rules history will appear here as you create and modify rules.

Create your first rule
{% else %}
{% for report in reports %} {% include "_rule_report.html" %} {% endfor %}
{% endif %} {% endblock %}