{% if has_avatar %}
{% else %}
{{ user_initial }}
{% endif %}
{% if is_reply %}
{% endif %}
{% if has_content or has_mood %}
{% if has_content and has_mood %}
{{ formatted_content | safe }}
{% elif has_mood and not has_content %}
{% if has_tags %}
{% endif %}
{% if client or post_id %}
{% endif %}
{{ mood }}
{% else %}
{{ formatted_content | safe }}
{% endif %}
{% else %}
No content
{% endif %}