{{ model.name }} | {% else %}{{ model.name }} | {% endif %} {% if model.perms.add %}{% trans 'Add' %} | {% else %}{% endif %} {% if model.perms.change %} | {% trans 'Change' %} | {% else %}{% endif %} |
---|
{% extends "admin/base_site.html" %} {% load i18n %} {% block extrastyle %}{{ block.super }} {% if not user.is_superuser %} {% endif %} {% endblock %} {% block coltype %}colMS{% endblock %} {% block bodyclass %}dashboard{% endblock %} {% block content_title %}{% if title %}
{{ model.name }} | {% else %}{{ model.name }} | {% endif %} {% if model.perms.add %}{% trans 'Add' %} | {% else %}{% endif %} {% if model.perms.change %} | {% trans 'Change' %} | {% else %}{% endif %} |
---|