{% extends "admin/base_site.html" %}{% load i18n phantom_filters %} {% block extrahead %}{% endblock %} {% block bodyclass %}dashboard{% endblock %} {% block breadcrumbs %} {% endblock %} {% block main-struct %}
{% if app_list %}{% with sep=app_list|length|divide:2 %}
{% for app in app_list %}{% if app.show %}{% if forloop.counter0 == sep %}
{% endif %} {% for set in app.sets %}{% if set.0 %} {% endif %}{% for model in set.1 %} {% if model.perms.change or model.url %} {% else %} {% endif %} {% endfor %}{% endfor %}
{% if app.icon %} {% endif %}{% if dashboard.show_app_label_link %} {% endif %} {% if app.verbose %}{{app.verbose}}{% else %}{% trans app.name|app_title %}{% endif %}{% if dashboard.show_app_label_link %} {% endif %}

{{set.0}}

{{ model.name }}{{ model.name }}
{% if model.perms.add %}  {% trans 'Add' %} {% endif %}{% if model.perms.change %} {% trans 'Change' %}  {% endif %}{% if model.url %} {{model.url_text}}  {% endif %}{% if model.settings_url %} {% trans "Settings" %}  {% endif %}
{% endif %}{% endfor %}
{% endwith %}{% else %}

{% trans "You don't have permission to edit anything." %}

{% endif %}
{% endblock %} {% block sidebar %}

{% trans 'Recent Actions' %}

{% endblock %}