{% if is_reply %}
Replying to a post
{% endif %} {% if has_content or has_mood %} {% if has_content and has_mood %} {{ formatted_content | safe }} {% elif has_mood and not has_content %}
{{ mood }}
{% else %} {{ formatted_content | safe }} {% endif %} {% else %} No content {% endif %}