{% extends "agenda/base_agenda.html" %} {% block title %}{{ block.super }} - {%trans "Item" %}{% endblock %} {% block content %} {% if item %}
{%trans "Choose item type:" %}
{%trans "Item of Text" %} | {%trans "Item of Application" %} | {%trans "Item of Election" %}
{% endif %} {% endblock %}