{% extends 'admin_panel/base.html' %} {% import 'macros/form.html' as form %} {% block breadcrumb_content %}
  • {% link_for _("Tour delete"), named_route='tour.delete', tour_id=tour_id %}
  • {% endblock breadcrumb_content %} {% block ap_content %}

    {{ _("This action cannot be undone.") }}

    {{ form.hidden("tour_id", value=tour_id) }} {{ _("Cancel") }}
    {% endblock ap_content %}