{% extends "articles/base.html" %} {% load article_tags %} {% load styled_forms %} {% load i18n %} {% block title %}{% firstof MODULE_ARTICLES_LABEL 'Article' %} {% trans "Edit Meta Information" %}{% endblock %} {% block extra_head %} {{ block.super }} {% endblock %} {% block body %}
{% article_nav user %}

{% firstof MODULE_ARTICLES_LABEL 'Article' %} {% blocktrans with article.headline as article_headline %}Meta Information for
{{ article_headline }}{% endblocktrans %}

{% csrf_token %}
{{ form|styled_form }} or {% trans "Cancel" %}
{% endblock %}