{% 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 %}
{{ spec.name }}
{% endfor %} {% endif %} {% if models %}
Models currently in the system:
{% for model in models %}
{{ model.name }}
{% endfor %} {% endif %}