{% load wagtailadmin_tags i18n %}
{% for template in status_templates %} {% include template %} {% endfor %} {# Object type / First Published information #}
{{ model_name }} {% if model_description %} ({{ model_description }}) {% endif %}
{% if object.first_published_at %}
{% trans 'First published ' %}{% timesince_last_update object.first_published_at use_shorthand=True %}
{% endif %}