{% if quotes %} {% for quote in quotes %}
{% if quote.avatar_url %}
{{ quote.sender }}
{% elif quote.avatar_data %}
{{ quote.sender }}
{% endif %}
{{ quote.content }}
ORIGIN: {{ quote.sender }}
ANALYSIS // {{ quote.reason }}
{% endfor %} {% endif %}