{% extends "admin/change_form.html" %} {% load i18n %} {% block after_related_objects %} {% if original.pk %}

{% if original.is_published %} {% trans "Your entry is published." %} {% trans "Show it!" %} {% else %} {% trans "This entry isn't published at the moment." %} {% trans "Preview it!" %} {% endif %}

{% endif %} {% endblock %}