{% if c.modified_count > 0 %}- {{ c.modified_count }}
{% endif %}
- {{ c.date|shortnaturaltime }}
{% endspaceless %}{% 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 %}
{% if c.user.pk != user.pk %}
- {% trans "like" %} ({{ c.likes_count }})
{% else %}
- ({{ c.likes_count }})
{% endif %}
{% endif %}
{% if user.st.is_moderator or c.user.pk == user.pk %}
- {% trans "edit" %}
{% endif %}
{% if c.user.pk != user.pk %}
- {% trans "quote" %}
{% endif %}
{% endif %}
{% endspaceless %}