Comment #{{ comment.pk }} {{ comment.author.full_name }} @ {{ comment.date_time }}
{{ comment.body }}
There are no comments or no comments have been made public for this article.
{% extends "core/base.html" %} {% load static %} {% load hooks %} {% load i18n %} {% load bootstrap4 %} {% block title %}{{ article.title }}{% endblock %} {% block body %}
{% trans "This article is a preprint, it has not been peer reviewed or had any extensive editorial over-sight." %}
{% for author in article.authors.all %} {% if forloop.last %} {% if article.authors.all|length > 1 %} &{% endif %} {% endif %} {{ author.full_name }} {% if not forloop.last %} {% if not forloop.counter == article.authors.all|length|add:-1 %}, {% endif %} {% endif %} {% endfor %}
Comment #{{ comment.pk }} {{ comment.author.full_name }} @ {{ comment.date_time }}
{{ comment.body }}
There are no comments or no comments have been made public for this article.