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

SciPost Thesis Link

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