{% for category, msg in get_flashed_messages(with_categories=true) %}

{{ msg }}

{% endfor %} {% if rest_specs %}

REST specs currently in the system:

{% for spec in rest_specs %} {% endfor %} {% endif %} {% if models %}

Models currently in the system:

{% for model in models %} {% endfor %} {% endif %}