{% extends "base.html" %} {% block title %}Results — RWA Calculator{% endblock %} {% block content %}
First {{ table_rows | length }} exposures. Export the full result set via the REST API (/api/export/<fmt>?run_id={{ run_id }}).
| {{ c }} | {% endfor %}
|---|
| {% if v is number %}{{ "{:,.2f}".format(v) }}{% else %}{{ v if v is not none else "" }}{% endif %} | {% endfor %}