{% extends 'base.html' %} {% load filters i18n %} {# ========== BODY ========== #} {% block body %}
{# pagination #} {# what type of list is it #} {% if elit %}
{% for entity in entities %} {% include 'partials/item-big.html' %} {% endfor %}
{% else %}
{% for entity in entities %} {% include 'partials/item-small.html' %} {% endfor %}
{% endif %}
{% endblock %}