{% load spirit_tags i18n %}
{% for c in comments %}
{% if not c.is_removed %}
{% spaceless %}
{{ c.user.st.nickname }} {{ c.user.get_full_name }}
{% endspaceless %}
{% if not c.action %} {% post_render_comment comment=c %} {% else %}

{% get_comment_action_text c.action %}.

{% endif %}
{% if not c.action %} {% spaceless %} {% endspaceless %} {% endif %} {% else %}
{% if user.st.is_moderator %} {{ c.comment_html|safe }} {% else %} {% trans "This comment was deleted" %}. {% endif %}
{% if user.st.is_moderator %} {% endif %} {% endif %}
{% endfor %}