{% if msg %} {{ msg }} {% endif %}

{% for app_name, model_info in model_info.items %} {% endfor %} {% comment %} {% for app_name, model_info in model_info.items %} {{ app_name }} {% for model, fields in model_info.items %} {% endfor %} {% endfor %} {% endcomment %}
App Name Model Name and fields
{{ app_name }} {% for model, fields in model_info.items %} {% endfor %}
{{ model }} {% for field , f_attrs in fields.items %} {% if forloop.first %} {% endif %} {% endfor %}
Name Required Field type Help text
{{ f_attrs.field_name }} {% if f_attrs.is_null %} No {% else %} Yes {% endif %} {{ f_attrs.field_type }} {{ f_attrs.help_text }}
{{ app_name }}
{{ model }} {{ fields }}