{% extends "base.html" %} {% load i18n %} {% load recurse %} {% block page_name %}{% trans "Delete Agenda Item" %}{% endblock %} {% block sub_nav_links %}
{% trans 'Deleting this Agenda Item will also delete the following Agenda Items:' %}
{% blocktrans with agenda_item_object.title as itemname %}Do you really want to delete the Agenda Item: {{itemname}}?{% endblocktrans %}