{% extends "admin/publisher_cms/change_form.html" %} {% load i18n admin_urls %} {% block object-tools-items %}{{ block.super}} {% endblock %} {% block field_sets %} {% if POST_ASK_KEY %} {% if action == "publish" %}{# see publisher/constants.ACTION_PUBLISH #}

{% trans 'Request Publishing' %}

{% elif action == "unpublish" %}{# see publisher/constants.ACTION_UNPUBLISH #}

{% trans 'Request Unpublishing' %}

{% endif %} {% elif POST_REPLY_ACCEPT_KEY and POST_REPLY_REJECT_KEY %} {% if action == "publish" %}{# see publisher/constants.ACTION_PUBLISH #}

{% trans 'Accept/Reject Publish Request' %}

{% elif action == "unpublish" %}{# see publisher/constants.ACTION_UNPUBLISH #}

{% trans 'Accept/Reject Unpublish Pequest' %}

{% endif %} {% endif %} {{ current_state.publisher_instance }} {{ current_state.publisher_instance.get_absolute_url }} {{ block.super}} {% endblock field_sets %} {% block submit_buttons_bottom %} {{ block.super}} {% endblock %}