{% extends '@DWGinger/crud/page.html.twig'%} {% block search %} {% if params is defined and params is not empty and params.simpleSearchForm is defined %} {% set extendedSearchForm = (params.extendedSearchForm is defined) ? params.extendedSearchForm : null %} {% include '@DWGinger/search/simple_search.html.twig' with { simpleSearchForm: params.simpleSearchForm, extendedSearchForm: extendedSearchForm } %} {% endif %} {% endblock search %} {% block content %}
{% block result_count %}
{% if pagination.totalItemCount != 0 %} {{ pagination.totalItemCount }} {% trans with {'%count%': pagination.totalItemCount } %}label.result{% endtrans %} {% endif %} {% if params is defined and params.extendedSearchForm is defined and params.extendedSearchForm is not null and app.session.get( session_key_extended_search ) and '_search_extended' in app.request.attributes.get('_route') %} {{ 'label.reopen_search_overlay'|trans }} {% endif %}
{% endblock %}
{% block list_actions %}{% endblock %}
{% block import_actions %}{% endblock %}
{% block table_header %}{% endblock %} {% block table_body %}{% endblock %}
{% endblock %} {% block javascripts %} {{ parent() }} {% endblock %}