{% extends "base.html" %} {% load tags %} {% load i18n %} {% load staticfiles %} {% block header %} {% endblock %} {% block javascript %} {% endblock %} {% block title %} {% if motion %} {% trans "Edit motion" %} {% else %} {% trans "New motion" %} {% endif %} – {{ block.super }} {% endblock %} {% block content %}

{% if motion %} {% trans "Edit motion" %} {% else %} {% trans "New motion" %} {% endif %} {% if motion %} {% trans "Back to motion" %} {% else %} {% trans "Back to overview" %} {% endif %}

{% csrf_token %} {% include "form.html" %}

{% include "formbuttons_saveapply.html" %} {% trans 'Cancel' %}

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