{% 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 'Save' %} {% trans 'Apply' %} {% trans 'Cancel' %}