{% for comment in comments %}
  • {{comment.comment_user}} Commented
    {{comment.comment}}
    {{comment.comment_time}}
    {%if comment.get_file%}{{comment.get_file}}{% endif %} {% endfor %}