{% 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 invitations %} {% empty %} {% endfor %}
Last name First name Email Date sent Type Invited by
{{ inv.last_name }} {{ inv.first_name }} {{ inv.email }} {{ inv.date_sent_first }} {{ inv.get_invitation_type_display }} {{ inv.invited_by }} Remove
There were no duplicate emails found in the sets of Contributors/Invitations.
{% endblock content %}