{% load spirit_tags i18n humanize %}
{% for c in comments %} {% if c.action or c.is_removed %}
{{ c.user.st.nickname }} {% if c.is_removed %} {% trans "comment deleted" %} {% else %} {% get_comment_action_text c.action %} {% endif %} {{ c.date|naturaltime }} {% if c.is_removed and user.st.is_moderator %} {% trans "undelete" %} {% trans "show" %} {% endif %}
{% if c.is_removed and user.st.is_moderator %} {% endif %}
{% else %}
{% spaceless %} {% endspaceless %}
{% post_render_comment comment=c %}
{% endif %} {% endfor %}