{% extends 'scipost/base.html' %} {% block pagetitle %}: request Commentary{% endblock pagetitle %} {% block bodysup %} {% load scipost_extras %} Request Activation of a Commentary Page: {% csrf_token %} {{ form.as_table }} {% if request.user|is_in_group:'Testers' %} For Testers: Prefill form using the DOI: {% csrf_token %} {{ doiform }} {% endif %} {% endblock bodysup %}