{% load i18n admin_extras favorites %} {% if ct_id %} {% endif %} {% if model.admin_url %} {{ fav.custom_label|default:model.name }} {% else %} {{ fav.custom_label|default:model.name }} {% endif %} {% if show_model_badges|default:True %} {% with model_status=model_statuses|get_status:ct_id %} {% if model_status %} {% if model_status.icon %} {{ model_status.icon }} {% endif %} {% if not model_status.success or not model_status.is_default_message %} {{ model_status.message }} {% endif %} {% endif %} {% endwith %} {% endif %} {% if show_changelinks %} {% model_admin_actions app_label model.object_name as extra_actions %} {% for action in extra_actions %} {% spaceless %} {% if action.method == "post" %}
{% csrf_token %}
{% else %} {{ action.label }} {% endif %} {% if not forloop.last %} {% endif %} {% endspaceless %} {% endfor %} {% else %} {% endif %} {% if model.add_url %} {% translate 'Add' %} {% else %} {% endif %} {% if model.admin_url and show_changelinks %} {% elif show_changelinks %} {% endif %}