{% load i18n misago_poststags %} {% if post.acl.can_reply or post.acl.can_edit or post.acl.can_see_likes or post.acl.can_like %}
{% if post.acl.can_like %} {% endif %} {% if post.acl.can_see_likes and post.last_likes %}

favorite {{ post.likes }}

{% endif %} {% if post.acl.can_reply %} {% endif %} {% if post.acl.can_edit %} {% endif %}
{% endif %}