{% from 'proposal/macros/comment.html' import comment_entry %}
Comments
{% if logged_in %}


{% else %} You need to be logged in to comment.
{% endif %}
{% for c in proposal._comments if not c.automated %} {{ comment_entry(c, proposal) }} {% endfor %}