{% load mycreole %} {% load access %} {% may_modify_comment comment as user_may_modify_comment %} {% if comment.is_comment or comment.is_appraisal and user_may_modify_comment %}
{{ comment.creation_date }}{% if comment.user %} ({{ comment.user.username }}){% endif %}:
{% render_creole comment.comment comment.attachment_target_path next_anchor %}
{% endif %}