{% if quotes %}
{% for quote in quotes %}
{% if quote.avatar_url %} {{ quote.sender }} {% elif quote.avatar_data %} {{ quote.sender }} {% else %}
Phúc
{% endif %}
“{{ quote.content }}”
—— {{ quote.sender }}
【Nhận xét】{{ quote.reason }}
{% endfor %}
{% endif %}