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

Registration Invitations Cleanup

Email duplicates (a contributor exists with the email address in these invitations)

{% for inv in invs_to_cleanup %} {% empty %} {% endfor %}
Last name First name Email Date sent Type Invited by
{{ inv.last_name }} {{ inv.first_name }} {{ inv.email }} {{ inv.date_sent }} {{ inv.invitation_type }} {{ inv.invited_by.user.last_name }} Remove
There were no duplicate emails found in the sets of Contributors/Invitations.

Return to the Registration Invitations page.

{% endblock content %}