{% for comment in submission.comments.all %} {% empty %} {% endfor %}
Referee Status Recommendation Type Date
{{ comment.author }} {% if comment.anonymous %}
Chose public anonymity {% endif %}
{% if comment.is_vetted %} {% elif comment.is_rejected %} {% endif %} {{ comment.get_status_display }} {% if comment.is_unvetted %}
Vet this Comment here {% elif comment.is_vetted %}
View full Comment here {% endif %}
{{ comment.comment_text|truncatewords:6 }} {% if comment.is_author_reply %}Author Reply{% else %}Comment{% endif %} {{ comment.date_submitted }}
There are no Comments yet.