{% extends "directories/base.html" %} {% load directory_tags %} {% load styled_forms %} {% block title %}{% firstof MODULE_DIRECTORIES_LABEL trans 'Directory' %} {% trans "Edit Meta Information" %}{% endblock %} {% block content %}

{% firstof MODULE_DIRECTORIES_LABEL trans 'Directory' %} {% trans "Meta Information for" %}
{% blocktrans with headline=directory.headline %}{{ headline }}{% endblocktrans %}

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