{% if pending_users %}

Pending Users

{% if not email_configured %}

Email is not configured on this TOM, so approved users will not be notified automatically — let them know directly when you approve them.

{% endif %}
{% for pending_user in pending_users %} {% endfor %}
UsernameNameEmailRegisteredApproveDelete
{{ pending_user.username }} {{ pending_user.first_name }} {{ pending_user.last_name }} {{ pending_user.email }} {{ pending_user.date_joined|date }}
{% csrf_token %}
Delete

{% endif %}