{% extends "committees/base.html" %} {% load committee_tags %} {% load styled_forms %} {% block title %}{% firstof MODULE_COMMITTEE_LABEL 'Committee' %} Edit Meta Information{% endblock %} {% block extra_head %} {{ block.super }} {% endblock %} {% block content %}

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

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