{% extends "agenda/base_agenda.html" %} {% load i18n %} {% block title %} {{ block.super }} – {% if item %} {{ item.title }} – {% trans "Edit item" %} {% else %} {% trans "New item" %} {% endif %} {% endblock %} {% block content %} {% if item %}
{% trans 'Save' %} {% trans 'Apply' %} {% trans 'Cancel' %}