{% extends 'admin/glitter/dialog.html' %} {% block endhead %} {% endblock %} {% block title %}{{ verbose_name|capfirst }} not published{% endblock %} {% block endtitle %}{% endblock %} {% block form %} {% if version %}
The {{ verbose_name }} you are trying to view is currently unpublished and not accessible to public users.
{% else %}The {{ verbose_name }} you are trying to view has no saved versions.
{% endif %} {% endblock form %} {% block buttons %} {% if version %} View latest version {% else %} Choose a template {% endif %} {% endblock buttons %}