{% load wagtailcore_tags %} {% block extra_css %} {% endblock %} {% block index_content %} {% if page.index_show_subpages %}
{% for key, value in request.GET.items %} {% if key != 'start_date' and key != 'end_date' %} {% endif %} {% endfor %}
{% if start_date or end_date %} Limpar {% endif %}
{% for article in index_paginated %} {% include article.miniview_template with page=article h="h2" miniview_css_class="mb-5" %} {% endfor %}
{% if page.index_classifiers.exists %}
{% include "coderedcms/includes/classifier_nav.html" with navclass="nav-pills flex-column" %}
{% endif %}
{% include "enap_designsystem/blocks/pagination.html" with items=index_paginated %}
{% endif %} {% endblock %} {% block extra_js %} {% endblock %}