+
  • + {% for c in comments %} +

    + {{ c.created }} + {{ c.user.first_name }} {{ c.user.last_name }} +

    +
    + {{ c.comment }} +
    +
    +

    + {% endfor %} +
    + + {{ form.as_table }} +
    + {% csrf_token %} + +
    +
  • +