{% extends "agenda/base_agenda.html" %} {% block title %}{{ block.super }} - {%trans "Item" %}{% endblock %} {% block content %} {% if item %}

{%trans "Edit item" %}

{% else %}

{%trans "New item" %}

{%trans "Choose item type:" %}

{%trans "Item of Text" %} | {%trans "Item of Application" %} | {%trans "Item of Election" %}

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