{% load bootstrap %} {% load filename %} {% load file_extentions %} {% load comment_extras %}

From {{comment.core_content_object|get_core_content_type|capfirst}} (link)

{% get_summary_template comment.core_content_object %}

The Comment to be vetted:

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

Comment text:

{{ comment.comment_text|linebreaksbr }}

{% 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|linebreaksbr }}

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