{% extends "templates/web.html" %} {% block title %} {{ doc.name|e }} {% endblock %} {% block breadcrumbs %} {% endblock %} {% block page_content %}

{{ doc.subject|e }}

{{ _("Comments") }}

{% for comment in comments %}

{{comment.comment_email}}: {{comment.content|e}} {{ _("on") }} {{comment.creation.strftime('%Y-%m-%d')}}

{% endfor %}
{% endblock %}