{% extends "admin/base_site.html" %}{% load i18n yawdadmin_filters %} {% if not is_popup %}{% block breadcrumbs %} {% endblock %}{% endif %} {% block content %}
{% if app_list %}{% for app in app_list %} {% 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 %}
{% endfor %}{% else %}

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

{% endif %}
{% endblock %}