{% extends "pages/base.html" %} {% load page_tags %} {% load styled_forms %} {% block title %}{% firstof MODULE_PAGE_LABEL trans 'Page' %} {% trans 'Edit Meta Information' %}{% endblock %} {% block extra_head %} {{ block.super }} {% endblock %} {% block content %}

{% firstof MODULE_PAGES_LABEL trans 'Page' %} {% trans "Meta Information for" %}
{% blocktrans with t=page.title %}{{ t }}{% endblocktrans %}

{% page_options request.user page %}
{% csrf_token %}
{{ form|styled_form }} {% trans 'or' %} {% trans "Cancel" %}
{% endblock %} {% block extra_body %} {{ block.super }} {% endblock %}