{% 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.

{% else %}

SciPost Registration requests to vet:

These Contributors are currently on rank 0 (submitting, commenting and voting disabled).

Use this page to promote them to rank 1 or refuse registration.

{% for contributor_to_vet in contributors_to_vet %}

{{ contributor_to_vet.as_table|safe }}
{% csrf_token %} {{ form.as_p }}
{% endfor %} {% endif %}
{% endblock bodysup %}