{% extends "chapters/base.html" %} {% load chapter_tags %} {% load styled_forms %} {% block title %}{% firstof MODULE_COMMITTEE_LABEL 'Chapter' %} Edit Meta Information{% endblock %} {% block extra_head %} {{ block.super }} {% endblock %} {% block content %}

{% firstof MODULE_COMMITTEES_LABEL 'COMMITTEE' %} {% trans "Meta Information for" %}
{{ chapter.title }}

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