{% if (view.current_display == 'catalog_a_z_page') %}
{% endif %} {% include '@components/tabs/tabs--link/tabs--link.twig' with { 'content_list': content_list, 'tabs_modifier_class': 'catalog' } %} {% if form_search %} {% include '@components/form-view-search/form-view-search.twig' with { 'form_search': form_search } %} {% endif %} {% include '@components/view/views-view/views-view.twig' with { 'title_prefix': title_prefix, 'title': title, 'title_suffix': title_suffix, 'header': header, 'exposed': exposed, 'attachment_before': attachment_before, 'rows': rows, 'pager': pager, 'attachment_after': attachment_after, 'more': more, 'feed_icons': feed_icons, } %} {% if (view.current_display == 'catalog_a_z_page') %}
{% endif %}