{% extends "outside_template/base.html" %} {% load boilerplate_base %} {% block content %} {% if redirect_to %} {% endif %}
{% for app in apps %} {% if not app_name or app_name and app_name is app.name_app %} {% if not forloop.first and forloop.counter0|divisibleby:2 %}
{% endif %}
{{ app.verbose_name_app }}
{% for model in app.models_app %} {% endfor %}
{% endif %} {% endfor %}
{% endblock content %}