{% extends 'scipost/base.html' %} {% block pagetitle %}: Thesis Link detail{% endblock pagetitle %} {% block headsup %} {% load scipost_extras %} {% endblock headsup %} {% block content %}

SciPost Thesis Link


{% include "./_thesislink_information.html" with thesislink=thesislink %}
{% include 'scipost/comments_block.html' %} {% include 'comments/new_comment.html' with object_id=thesislink.id type_of_object='thesislink' open_for_commenting=thesislink.open_for_commenting %} {% endblock content %}