{% extends "admin/base_site.html" %} {% load i18n admin_static %} {% load customadmin %} {% block extrastyle %}{{ block.super }}{% endblock %} {% block coltype %}colMS{% endblock %} {% block bodyclass %}dashboard{% endblock %} {% block breadcrumbs %}{% endblock %} {% block content %} {% if app_list %} {% if CUSTOM_ADMIN.view_mode == "use_app_icons" and app_list|length > 1 %}
{% for app in app_list|add_app_icons:CUSTOM_ADMIN.autocomplete_app_list %}
{% blocktrans with app.verbose_app_name as name %}{{ name }}{% endblocktrans %}

{% blocktrans with app.verbose_app_name as name %}{{ name }}{% endblocktrans %}

{% endfor %}
{% if CUSTOM_LINK_LIST %} {% endif %} {% else %}
{% if CUSTOM_ADMIN.view_mode == "use_custom_app" and app_list|length > 1 %} {% for app in app_list|custom_app_list:CUSTOM_ADMIN.autocomplete_app_list %}
{% if app.show_models or app_list|length <= 1 %} {% for model in app.models %} {% if not model.perms.list_hide %} {# prevede perms['list_hide'] #} {% if model.perms.change %} {% else %} {% endif %} {% if model.perms.add %} {% else %} {% endif %} {% if model.perms.change %} {% else %} {% endif %} {% endif %} {% endfor %} {% endif %}
{% blocktrans with app.verbose_app_name as name %}{{ name }}{% endblocktrans %}
{{ model.name }}{{ model.name }}{% trans 'Add' %} {% trans 'Change' %} 
{% endfor %} {% else %} {% for app in app_list %}
{% for model in app.models %} {% if not model.perms.list_hide %} {# prevede perms['list_hide'] #} {% if model.perms.change %} {% else %} {% endif %} {% if model.perms.add %} {% else %} {% endif %} {% if model.perms.change %} {% else %} {% endif %} {% endif %} {% endfor %}
{% blocktrans with app.name as name %}{{ name }}{% endblocktrans %}
{{ model.name }}{{ model.name }}{% trans 'Add' %} {% trans 'Change' %} 
{% endfor %} {% endif %}
{% endif %} {% else %}

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

{% endif %} {% endblock %} {% block sidebar %} {% if not CUSTOM_ADMIN or CUSTOM_ADMIN.use_log_sidebar %}
{% endif %} {% endblock %}