{% extends "orgapy/layout/skeleton.html" %} {% load static %} {% block main_content %} {% block content_title %}{% endblock content_title %} {% if objects %}
{% for obj in objects %} {% include 'orgapy/partials/object_list_item.html' %} {% endfor %}
{% else %} {% block empty %}

Nothing found 😔

{% endblock empty %} {% endif %} {% include 'orgapy/partials/pagination.html' %} {% endblock main_content %}