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