{% trans 'Preprint Body' %}
{{ html|safe }} {% elif preprint.current_version_file_type == 'pdf' %} {% endif %} {% if request.repository.enable_comments or request.repository.enable_invited_comments %}{% trans 'Comments' %}
{% if request.user.is_authenticated and request.repository.enable_comments %}Invited Review Comment #{{ comment.pk }} {% if comment.review.anonymous %}Anonymous{% else %}{{ comment.author.full_name }}{% endif %} @ {{ comment.date_time }}
{{ comment.body|safe }}
{% else %}Comment #{{ comment.pk }} {{ comment.author.full_name }} @ {{ comment.date_time }}
{{ comment.body|linebreaksbr }}
{% endif %}{% trans "There are no comments or no comments have been made public for this article." %}