{{ thoughts_list|length}}
{%if thoughts_list|length%}
Results
{% endif %} {% for thoughts_item in thoughts_list %}
{{ thoughts_item|safe }}
{% empty %}
No hay resultados
{% endfor %}