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

SciPost Registration requests to vet:

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

Use this form to promote to rank 1.

{% for registration_to_vet in registration_requests_to_vet %}

Title:{{ registration_to_vet.title }}
First name:{{ registration_to_vet.user.first_name }}
Last name:{{ registration_to_vet.user.last_name }}
email:{{ registration_to_vet.user.email }}
user name:{{ registration_to_vet.user.username }}
orcid_id:{{ registration_to_vet.orcid_id }}
{% csrf_token %} {{ form.as_p }}
{% endfor %}
{% endblock bodysup %}