{% load hrtags %} {% load evelinks %} {% load l10n %}
Comments
{% if perms.hrapps.create_comment %}
{% csrf_token %}
{% endif %} {% if root_comments %} {% for comment in root_comments %}
 {{ comment.user.profile.main_character }}
{% if comment.private %}
Private Thread
{% endif %}
{{ comment.created.isoformat }}

{{ comment.content }}

{% endfor %} {% endif %}