{% extends '2022/base.html' %} {% block settings %} {% load title %} {% title 'Zbiórki' %} {% endblock %} {% block main %}
{% for funding in object_list %} {% include "funding/2022/includes/funding_box.html" %} {% endfor %}
{% endblock %}