{% if c.modified_count > 0 %}- {{ c.modified_count }}
{% endif %}
- {{ c.date|shortnaturaltime }}
{% get_comment_action_text c.action %}.
{% endif %}{% if user.is_authenticated %} {% if user.st.is_moderator %}- {% trans "delete" %}
{% endif %}
- {% trans "report" %}
{% endif %}
- {% trans "share" %}
{% if user.is_authenticated %}
{% if c.like %}
- {% trans "remove like" %} ({{ c.likes_count }})
{% else %}
{% ifnotequal c.user user %}
- {% trans "like" %} ({{ c.likes_count }})
{% else %}
- ({{ c.likes_count }})
{% endifnotequal %}
{% endif %}
{% if user.st.is_moderator or c.user.pk == user.pk %}
- {% trans "edit" %}
{% endif %}
{% ifnotequal c.user.pk user.pk %}
- {% trans "quote" %}
{% endifnotequal %}
{% endif %}