{% for app in apps %} {% if not app.data.pure_django %}
{{ app.data.app.name }}
{% else %} {{ app.data.app.name }} {% endif %} {% endfor %}