{% extends 'admin_panel/base.html' %} {% import 'macros/autoform.html' as autoform %} {% import 'macros/form.html' as form %} {% block breadcrumb_content %}
  • {% link_for _("Tour list"), request.endpoint %}
  • {% endblock breadcrumb_content %} {% block ap_content %} {% if collection.data.total %} {{ collection.serializer.render() | safe }} {% else %}

    {{ _("No tours found") }} {{ _("Clear the search") }}

    {% endif %} {% endblock ap_content %}