{% extends "news/base.html" %} {% load news_tags %} {% load styled_forms %} {% load i18n %} {% block title %}{{ block.super }}Edit Meta Information{% endblock %} {% block extra_head %} {{ block.super }} {% endblock %} {% block body %}
{% news_nav user %}

{% firstof MODULE_NEWS_LABEL 'News' %} {% blocktrans with news.headline as news_head %}Meta Information for
{{ news_head }}{% endblocktrans %}

{% news_options request.user news %}
{% csrf_token %}
{{ form|styled_form }} or {% trans "Cancel" %}
{% endblock %} {% block extra_body %} {{ block.super }} {% endblock %}