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

Registration awaiting validation

These Contributors did not yet activate their account. Sometimes, this link is never clicked on (email is either lost to spam, or not received).
From here, you are able to send a reminder email to the as-yet-unconfirmed contributor.

{% for contributor in inactive_contributors %} {% empty %} {% endfor %}
Name Email Date requested Key expires Actions
{{contributor.user.first_name}} {{contributor.user.last_name}} {{contributor.user.email}} {{contributor.user.date_joined|timesince}} ago {% if contributor.key_expires < now %} Expired {{contributor.key_expires|timesince}} ago {% else %} Expires in {{contributor.key_expires|timeuntil}} {% endif %}
{% csrf_token %}
All registrations have been activated.
{% endblock content %}