{% load bootstrap %} {% load filename %} {% load file_extentions %}
{% if comment.commentary %}

From Commentary (link)

{% include 'commentaries/_commentary_summary.html' with commentary=comment.commentary %} {% endif %} {% if comment.submission %}

From Submission (link)

{% include 'submissions/_submission_summary_short.html' with submission=comment.submission %} {% endif %} {% if comment.thesislink %}

From Thesis Link (link)

{% include 'theses/_thesislink_information.html' with thesislink=comment.thesislink %} {% endif %}

The Comment to be vetted:

{% include 'comments/_comment_identifier_vetting.html' with comment=comment %}

Comment text:

{{ comment.comment_text }}

{% if comment.file_attachment %}

Attachment:

{% if comment.file_attachment|is_image %} {% else %} {{ comment.file_attachment|filename }}
{{ comment.file_attachment.size|filesizeformat }} {% endif %}

{% endif %} {% if comment.remarks_for_editors %}

Remarks for Editors only:

{{ comment.remarks_for_editors }}

{% endif %}
{% csrf_token %} {{ form|bootstrap }}