{% extends 'scipost/base.html' %} {% block pagetitle %}: vet Thesis Link requests{% endblock pagetitle %} {% block bodysup %} {% if not thesislink_to_vet %} There are no Thesis Link requests for you to vet. {% else %} SciPost Thesis Link request to vet: {% include "./_thesislink_information.html" with thesislink=thesislink_to_vet %} {% csrf_token %} {{ form.as_ul }} {% endif %} {% endblock bodysup %}