{% for model in app.models %} {% if model.name == name %}
{{ model.name }} {% if text %}
{{ text }}
{% endif %}
{% endif %} {% endfor %} {% block extrastyle %} {% endblock %}