{% if objects %}
{% for obj in objects %}
{{ obj.fund.title }}: @{{ obj.fund.twitter_id }}

{{ obj.testo|safe|truncatewords:"40" }}

{% endfor %}
{% endif %}