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