{% extends "motion/base_motion.html" %} {% load i18n %} {% block title %} {{ block.super }} – {% if motion %} {% trans "Edit motion" %} {% else %} {% trans "New motion" %} {% endif %} {% endblock %} {% block content %} {% if motion %}

{% trans "Edit motion" %}

{% else %}

{% trans "New motion" %}

{% endif %}
{% csrf_token %} {{ form.as_p }} {{ managerform.as_p }}

* {% trans "required" %}
{% endblock %}