{% extends "base.html" %} {% from "_recon_table.html" import fmt %} {% block title %}Reconciliation explorer — RWA Calculator{% endblock %} {% block content %}
← Back to the reconciliation report
Filter, sort and page the full per-key reconciliation. Click a key to open its single-loan forensic. Download the full per-key detail: CSV · Excel.
{% if rows %}Rows {{ "{:,}".format(first_row) }}–{{ "{:,}".format(last_row) }} of {{ "{:,}".format(total) }}{% if total != grand_total %} (filtered from {{ "{:,}".format(grand_total) }}){% endif %}.
| {{ c }}{% if sort == c %} {{ '▼' if sort_dir == 'desc' else '▲' }}{% endif %} | {% endfor %}
|---|
| {% if c == key_column %}{{ row[c] }}{% else %}{{ fmt(row[c]) }}{% endif %} | {% endfor %}