{% extends 'scipost/base.html' %} {% block pagetitle %}: registration invitations cleanup{% endblock pagetitle %} {% block bodysup %}

Registration Invitations Cleanup


{% if invs_to_cleanup %}

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

{% for inv in invs_to_cleanup %} {% endfor %}
Last nameFirst name EmailDate sent TypeInvited by
{{ inv.last_name }} {{ inv.first_name }} {{ inv.email }} {{ inv.date_sent }} {{ inv.invitation_type }} {{ inv.invited_by.user.last_name }} Remove
{% else %}

There were no duplicate emails found in the sets of Contributors/Invitations.

{% endif %}

Return to the Registration Invitations page.

{% endblock bodysup %}