{% extends 'scipost/base.html' %} {% block pagetitle %}: Thesis Link detail{% endblock pagetitle %} {% block headsup %} {% endblock headsup %} {% block bodysup %} {% if user.is_authenticated %}

SciPost Thesis Link


Thesis information:

{{ thesislink.header_as_table|safe }}

Abstract:

{{ thesislink.abstract }}

{% include 'scipost/comments_block.html' %} {% if user.is_authenticated and thesislink.open_for_commenting and user.contributor.rank > 0 %}

Contribute a Comment:

{% csrf_token %} {% load crispy_forms_tags %} {% crispy form %}
{% endif %} {% endif %} {% endblock bodysup %}