{% extends "admin/djangocms_moderation/treebeard/tree_change_list.html" %} {% load i18n cms_static static %} {% block extrahead %} {# INFO: moderation_static_url_prefix variable is used to inject static_url into actions.js #} {{ block.super }} {% comment "INFO" %} We need to add styles here instead of "extrastyle" to avoid conflicts with adminstyle. We are adding cms.base.css to gain the icon support, e.g. `` {% endcomment %} {% endblock extrahead %} {% block content_title %} {% if collection %}

{{ collection.name }}

{% trans 'Job ID' %}: {{ collection.job_id }}
{% trans 'Status' %}: {{ collection.get_status_display }}
{% trans 'Workflow' %}: {{ collection.workflow.name }}
{% trans 'Owner' %}: {{ collection.author_name }}

{% endif %} {% endblock %} {% block object-tools-items %} {{ block.super }} {% if cancel_collection_url %}
  • {% trans 'Cancel this collection' %}
  • {% endif %} {% if submit_for_review_url %}
  • {% trans 'Submit collection for review' %}
  • {% endif %} {% endblock %} {% block breadcrumbs %} {% endblock %}