{% load comment_tags %}
{% if has_valid_profile %}
{{comment.user.username}}
{% endif %} {% include 'comment/comments/comment_content.html' with comment=comment %} {% if allowed_flags and comment.user != user %}
{% include "comment/flags/flags.html" %}
{% endif %}