{% for comment in comments %}
  • {{comment.user.get_full_name}}
    {{comment.comment|safe}}
    {{comment.submit_date|date:"F d, Y at h:ia"}}
  • {% endfor %}