{% extends 'scipost/base.html' %} {% block pagetitle %}: registrations to vet{% endblock pagetitle %} {% block bodysup %}
{% if not contributors_to_vet %}

There are no Registration requests for you to vet.

Back to your personal page. {% else %}

SciPost Registration requests to vet:

These Contributors are currently not registered (submitting, commenting and voting disabled).

Use this page to promote them to give them registered status, or refuse registration.

{% for contributor_to_vet in contributors_to_vet %}

{{ contributor_to_vet.private_info_as_table }}
{% csrf_token %} {{ form.as_p }}
{% endfor %} {% endif %}
{% endblock bodysup %}