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