{% extends "orgapy/layout/skeleton.html" %} {% load static %} {% block column_main %} {% block content_title %}{% endblock content_title %} {% if objects %}
{% for obj in objects %}{% include 'orgapy/partials/document_list_item.html' %}{% endfor %} {% include 'orgapy/partials/pagination.html' %}
{% else %} {% block empty %}
Nothing found 😔
{% endblock empty %} {% endif %} {% endblock column_main %}