{% set form_id = collection.serializer.form_id %} {% set base_class = collection.serializer.base_class %} {% if collection.data.total %} {% block form %}
{# this input catches search field submissions. Without it, submission will include one of page navigation links, which are also implemented as a submit #}
{% endblock form%}
{% block check_link_pagination %} {% if collection.data.total %} {%- snippet collection.serializer.pager_template, collection=collection -%} {% endif %} {% endblock %} {% else %}

{{ _("At the moment there are no available reports") }}

{% endif %}