{% if objects %}
{% for obj in objects %}
{{ obj.fund.title }}
{{ obj.title|upper }}
{{ obj.description }}

{{ obj.text|removetags:"div span p h3 h4 h5"|safe|truncatewords_html:"40" }}

{{ obj.date|default_if_none:"" }}
{% comment %} Leggi tutto {% endcomment %} Leggi tutto
{% endfor %}
{% else %}
Nessun risultato per i fondi selezionati.
{% endif %}