{% extends "base.html" %} {% load wagtailcore_tags govbrds_navigation_tags wagtailimages_tags %} {% if tag %} {% block title %} Visualização de todos os documentos {% endblock %} {% endif %} {% block content %} {% if not tag %} {% include "includes/headers/header-index.html" %} {% endif %}
{% for item in page.get_collections %}
{% endfor %}
Resultado
{% if documents %} {% for document in documents %} {% include "documents/document-list.html" %} {% endfor %} {% else %}

Ah, pronto. Parece não haver nenhum documento. Desculpe!

{% endif %}
{% endblock content %}