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

Registration Invitations

{% if request.user|is_in_group:'SciPost Administrators' %}

Perform a cleanup of existing invitations.

{% endif %}

Send a new invitation

{% if errormessage %}

{{ errormessage }}

{% endif %}
{% csrf_token %} {{reg_inv_form.media}} {{reg_inv_form|bootstrap}}

Existing drafts (to be processed by Admin)

view/hide ({{existing_drafts|length}}) + {% for draft in existing_drafts %} {% empty %} {% endfor %}
{% include 'scipost/_draft_registration_tables.html' %} {% endblock %}