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

{{ doc.subject }}

Cancel

Comments

{% for comment in comments %}

{{comment.sender_full_name}} : {{comment.subject}} on {{comment.communication_date.strftime('%Y-%m-%d')}}

{% endfor %}
Add Comment
{% endblock %}