{{ _('Editing Metadata For:
{title}')|fe(title=document.title) }}
{% if document.needs_change %}
{% trans comment=document.needs_change_comment %} {{comment}} {% endtrans %}
{% endif %}{% extends "wiki/base.html" %} {% from "layout/errorlist.html" import errorlist %} {% from "wiki/includes/sidebar_modules.html" import document_tools with context %} {% from "includes/common_macros.html" import content_editor with context %} {% from "wiki/includes/document_macros.html" import edit_messages, submit_revision %} {% from "wiki/includes/document_macros.html" import document_lock_warning with context %} {% set title = _('Edit Article Metadata | {document}')|f(document=document.title) %} {# TODO: Change KB url to landing page when we have one #} {% set crumbs = [(document.get_absolute_url(), document.title), (None, _('Edit Article Metadata'))] %} {% set ga_content_group = "kb-cms" %} {% set scripts = ('wiki', 'wiki.diff', 'wiki.editor') %} {% set classes = 'edit_metadata' %} {% block content %}
{% trans comment=document.needs_change_comment %} {{comment}} {% endtrans %}
{% endif %}