{% extends "admin/index.html" %} {% load i18n bootstrapped_goodies_tags %} {% if not is_popup %} {% block breadcrumbs %} {% endblock %} {% endif %} {% block content_title %} {% for app in app_list %} {% render_with_template_if_exist app.name|lower|add:"/admin_app_name.html" app.name|title %} {% trans "administration" %} {% endfor %} {% endblock %} {% block sidebar %}{% endblock %}