{% if comment_list %}

Comments

    {% for comment in comment_list %}
  1. {{ comment.comment|linebreaks }}

    {{ comment.name }} on {{ comment.submit_date|date }}

  2. {% endfor %}
{% endif %}