{% 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' %} {% human_readable_date object.first_published_at placement="bottom" %}
{% endif %}