{% extends settings.main_layout|default:"genviews/layout.html" %} {% load i18n %} {% block content %}
{% for model, model_dict in models.items %}

{{ model_dict.title }}

{% for link, fa in model_dict.menu %} {% endfor %}
{% include model_dict.html with fields=model_dict.fields object_list=model_dict.list %}
{% endfor %}
{% endblock %}