{% load comment_tags %}
{% if has_valid_profile %}
{{comment.user.username}}
{% endif %} {% include 'comment/comments/content.html' with comment=comment text_cls=text_cls %}