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" %} {% comment %} This template is deprecated. Preprint templates are in templates/repository/. {% endcomment %} {% load static %} {% load hooks %} {% load i18n %} {% load bootstrap4 %} {% load dates %} {% block title %}{{ article.title }}{% endblock %} {% block body %}
{% for subject in article.subject_set.all %}{{ subject.name }}{% if not forloop.last %}, {% endif %}{% endfor %}
{% 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.