{% extends 'scipost/_personal_page_base.html' %} {% block pagetitle %}: New Registration Invitation{% endblock pagetitle %} {% load scipost_extras %} {% load bootstrap %} {% block breadcrumb_items %} {{block.super}} Registration Invitations New {% endblock %} {% block content %}

New Registration Invitation

If you want to invite a new Contributor to SciPost, first try to use the following search form to see if this person already is available in the SciPost database.

{% if suggestion_search_form %}

Search for existing Contributor

{{ suggestion_search_form|bootstrap }} {% if suggestion_search_form.is_bound %} Cancel search {% endif %}

{% if suggestion_search_form.is_bound %} {% if suggested_invitations %}

Registration Invitations found

If the person you are trying to invite is within this list of Registration Invitations, please use it by extending that particular invitation.

{% endif %} {% if declined_invitations %}

Declined Registration Invitations

If the person you are trying to invite is within this list of Registration Invitations, do not invite them again. They have already declined an earlier invitation.

{% endif %}

Citation Notification

If the person you are trying to invite is already a registered Contributor, it'll be listed in the following form. If not, you can write a new Registration Invitation.

{% else %}

...or write a new Registration Invitation

{% endif %} {% endif %} {% if suggestion_search_form.is_bound %}
{% csrf_token %} {{ citation_form|bootstrap }} {% if perms.scipost.can_manage_registration_invitations %} {% endif %}

Cancel search here to write a new Registration Invitation. {% else %}
{% csrf_token %} {{ invitation_form|bootstrap }} {% if perms.scipost.can_manage_registration_invitations %} {% endif %}
{% endif %}
{% endblock %} {% block footer_script %} {{ block.super }} {{ invitation_form.media }} {% endblock footer_script %}