wealthbraid
{{ book.name }}
{% set items = [ ("/", "Overview", None), ("/review", "Review", nav_counts.pending_operations if nav_counts else None), ("/lines", "Unmatched", nav_counts.unmatched_lines if nav_counts else None), ("/reconciliations", "Reconciliations", nav_counts.reconciliation_exceptions if nav_counts else None), ("/entries", "Ledger", None), ("/reports", "Reports", None), ("/operations", "History", None), ("/verify", "Verify", nav_counts.issues if nav_counts else None), ] %} {% for href, label, count in items %}
{{ label }}{% if count %}
{{ count }}
{% endif %}
{% endfor %}
acting as
{{ actor }}
{% block content %}{% endblock %}