{% 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 %}
{% trans 'Job ID' %}: {{ collection.job_id }}
{% trans 'Status' %}: {{ collection.get_status_display }}
{% trans 'Workflow' %}: {{ collection.workflow.name }}
{% trans 'Owner' %}: {{ collection.author_name }}