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