{% if impersonator %}
{% endif %}
Admin
{% if object_admin_url|default(false) %}
→
{{ object_class_name }}
{% endif %}
{% set preflight_total = preflight_counts.errors + preflight_counts.warnings %}
{% if preflight_total > 0 %}
{{ preflight_total }}
{% endif %}