{% extends "base.html" %} {% block title %}Remove {{ account }}{% endblock %} {% block content %}
{{ account.name }} ({{ account.number }}) contains {{ transaction_count }} transactions. All transactions must be assigned to another account before removing {{ account.name }}.
Return to Accounts or {{ account.name }}'s Ledger to review the transactions.
{% endifequal %} {% endblock %}