{% extends "frame.html" %} {% load comments %} {% block title %}Comments{% endblock %} {% block content %}

Comments on the pathway titled "{{submission.html_title}}"

by {{ submission.owner }}

Go to the pathway

{% render_comment_form for submission %} {% get_comment_list for submission as comment_list %} {% for comment in comment_list reversed %}

Posted on {{comment.submit_date|date:"D d M Y"}}

{{comment.comment}}


{% endfor %} {% endblock %}