{% for comment in concretize(comments) %}
{{ comment.author.name }} {% if comment.commentPermissions=='U' %}(only visible to you){% elif comment.commentPermissions=='I'%}(visible to you and instructors){% elif comment.commentPermissions=='E' %}(visible to everyone){% endif %}, {{ comment.submitDate }}