{% load scipost_extras %} {% load filename %} {% load file_extentions %} {% if comments %}
{{ comment.comment_text|linebreaks }} {% if comment.file_attachment %}
{% if comment.file_attachment|is_image %} {% else %} {{ comment.file_attachment|filename }}{{ comment.file_attachment.size|filesizeformat }} {% endif %}
{{ comment.remarks_for_editors|linebreaks }}
{{ reply.comment_text|linebreaks }} {% if reply.file_attachment %}
{% if reply.file_attachment|is_image %} {% else %} {{ reply.file_attachment|filename }}{{ reply.file_attachment.size|filesizeformat }} {% endif %}
{{ reply.remarks_for_editors|linebreaks }}
{{ comment.comment_text|linebreaks }} {% if comment.file_attachment %}
Attachment:
{% if comment.file_attachment|is_image %}
{% else %}
{{ comment.file_attachment|filename }}
{% endif %} {% if user|is_in_group:'Editorial College' or user|is_in_group:'Editorial Administrators' %} {% if comment.remarks_for_editors %}{{ comment.file_attachment.size|filesizeformat }} {% endif %}
Remarks for editors:
{{ comment.remarks_for_editors|linebreaks }}
{% endif %} {% endif %}{{ reply.comment_text|linebreaks }} {% if reply.file_attachment %}
Attachment:
{% if reply.file_attachment|is_image %}
{% else %}
{{ reply.file_attachment|filename }}
{% endif %} {% if user|is_in_group:'Editorial College' or user|is_in_group:'Editorial Administrators' %} {% if reply.remarks_for_editors %}{{ reply.file_attachment.size|filesizeformat }} {% endif %}
Remarks for editors:
{{ reply.remarks_for_editors|linebreaks }}
{% endif %} {% endif %}Reply to this comment