{% load i18n %} {% 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_see_likes %} {% endif %} {% if post.acl.can_like %} {% endif %} {% if post.acl.can_reply %} {% endif %} {% if post.acl.can_edit %} {% endif %}
{% endif %}