{% extends "articles/base.html" %} {% load article_tags %} {% load styled_forms %} {% block title %}{% firstof MODULE_ARTICLES_LABEL trans 'Article' %} {% trans "Edit Meta Information" %}{% endblock %} {% block content %}

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

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