{% if allowed_flags and is_subscription_allowed and comment.is_parent %}
{% else %} {% if allowed_flags and comment.user != user %}
{% include "comment/flags/flags.html" %}
{% endif %} {% if comment.is_parent and is_subscription_allowed %}
{% include 'comment/follow/follow.html' with model_object=comment btnId=comment.id %}
{% endif %} {% endif %}