{% extends "base.html" %} {% block title %}Calculating — RWA Calculator{% endblock %} {% block content %}

Calculating…

Running the RWA pipeline. Keep this tab open — the results page opens automatically when the run finishes.

0:00 elapsed
    {% for s in stages %}
  1. {{ s.label }}{% if s.heavy %} · the heavy step{% endif %}
  2. {% endfor %}
{% endblock %} {% block scripts %} {% endblock %}