{% 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 %} {{ model_status.message }} {% endif %} {% endwith %} {% endif %} {% if model.admin_url and show_changelinks %} {% model_admin_actions app_label model.object_name as extra_actions %} {% for action in extra_actions %} {{ action.label }} {% if not forloop.last %} {% endif %} {% endfor %} {% else %} {% endif %} {% if model.add_url %} {% translate 'Add' %} {% else %} {% endif %} {% if model.admin_url and show_changelinks %} {% elif show_changelinks %} {% endif %}