{% extends "base.html" %} {% block title %}Report templates — RWA Calculator{% endblock %} {% block container_mod %}container--wide{% endblock %} {% block content %} {% macro template_picker() %}
{% if page.selected and page.selected.sheets %}
{% else %} {% endif %}
{% endmacro %}

← Back to results

Report templates · {{ page.framework }}

{% if page.templates %}

The COREP and Pillar III templates generated from this run, exactly as they export. A blank cell () is an empty or not-reported cell, which is not the same as a reported 0.{% if page.selected and page.has_lineage %} Click any cell to see which exposures and rules produced it.{% endif %}

{% endif %}
{% if not page.templates %}
This run produced no report templates.
{% elif page.selected %}

{{ page.selected.title }}{% if page.sheet %} · {{ page.sheet }}{% endif %} · {{ page.columns | length }} columns

{{ template_picker() }}
{% if page.groups %} {% for group in page.groups %}{% endfor %} {% endif %} {% for col in page.columns %}{% endfor %} {% for row in page.rows %} {% for cell in row.cells %} {% endfor %} {% endfor %}
{{ group.name }}
Row Name{{ col.ref }}
{{ row.row_ref }} {{ row.row_name }}{% if page.has_lineage %}{{ cell.display }}{% else %}{{ cell.display }}{% endif %}
{% else %}
{{ template_picker() }}
That template is not available for this run.
{% endif %} {% endblock %} {% block scripts %} {% endblock %}