{% extends "admin/base_site.html" %} {% load i18n admin_static %} {% block coltype %}colMS{% endblock %} {% block bodyclass %}dashboard{% endblock %} {% block breadcrumbs %}
{% blocktrans with name=app.name %}{{ name }}{% endblocktrans %} | |||||
---|---|---|---|---|---|
{{ model.name }} | {% else %}{{ model.name }} | {% endif %} {% if model.add_url %}{% trans 'Add' %} | {% else %}{% endif %} {% if model.admin_url %} | {% trans 'Change' %} | {% else %}{% endif %} |
{% trans "You don't have permission to edit anything." %}
{% endif %}
{% trans 'Recent Actions' %} |
---|
{% if entry.is_deletion or not entry.get_admin_url %}
{% if entry.is_deletion %}
{% endif %}
{{ entry.object_repr }}
{% else %}
{% if entry.is_addition %}
{% endif %}
{% if entry.is_change %}
{% endif %}
{{ entry.object_repr }}
{% endif %}
{% if entry.content_type %} {% filter capfirst %} {% trans entry.content_type.name %} {% endfilter %} {% else %} {% trans 'Unknown content' %} {% endif %} |