{% extends 'scipost/_personal_page_base.html' %} {% load scipost_extras %} {% block pagetitle %}: registrations to vet{% endblock pagetitle %} {% load bootstrap %} {% load static %} {% block breadcrumb_items %} {{ block.super }} Registration requests to vet {% endblock %} {% block content %}

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 %} {% if not forloop.first %}
{% endif %}
{% include "scipost/_private_info_as_table.html" with contributor=contributor_to_vet %}
{% if user.is_superuser %} {% endif %}
{% csrf_token %} {{form|bootstrap}}
{% empty %}

There are no Registration requests for you to vet.

Back to your personal page. {% endfor %} {% endblock content %} {% block footer_script %} {% endblock footer_script %}