{% with messages = get_flashed_messages(with_categories=true) %}
{% if messages %}
{% for category, message in messages %}
{{ message }}
{% endfor %}
{% endif %}
{% endwith %}
{# MT: the billing banner is layout chrome in layouts/classic.html and
must render here too — a user on the modern design must not miss a
suspension or dunning notice.
_quota_warning.html is deliberately NOT included here: it is a
per-form include (user_form, issue form, facility form,
inspection start), not layout chrome. Including it globally would
render it twice on exactly those pages. #}
{% include 'billing/_billing_banner.html' %}
{% block content %}{% endblock %}