Invite Pool

{{ pending|number_format }} unused invites have been sent.

{% if removed is not empty %}

The invite was {{ removed ? '' : ' not' }} removed.

{% endif %}

Email address (regexps allowed):  
{% for invite in list %} {% if loop.first %} {{ paginator.linkbox|raw }} {% if can_edit %} {% endif %} {% endif %} {% if can_edit %} {% endif %} {% if loop.last %}
Inviter Email address IP address Invite link ExpiresControls
{{ invite.user_id|user_full }} {{ invite.email }} {{ invite.ipaddr|ipaddr }} {{ invite.key }} {{ invite.expires|time_diff }}
{{ paginator.linkbox|raw }} {% endif %} {% endfor %}