{% load i18n %} {% for app in apps_available %} {% for model in app.models %} {% if forloop.counter0 == 0 %} {% endif %} {% endfor %} {% if app.models %} {% endif %} {% endfor %}
{% trans 'application' %} {% trans 'model' %} {% trans 'Add' %} {% trans 'Change' %} {% trans 'Delete' %}
{{ app.verbose_name|capfirst }} {{ model.verbose_name|capfirst }}

{% block style %} {# Seems a waste to request those couple of sad lines from the server as separate css file #} {% endblock %}