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

Draft a registration invitation

Draft a new invitation

{% if errormessage %}

{{ errormessage }}

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

Existing drafts (to be processed by Admin) ({{existing_drafts|length}}) view/hide

{% for draft in existing_drafts %} {% empty %} {% endfor %}
{% include 'scipost/_draft_registration_tables.html' %} {% endblock %}