{% extends "base.html" %} {% block title %}Users - PyRunner{% endblock %} {% block content %}
Invite created for {{ last_invite_email }}
Share this link with the user. It expires in 7 days.
{% if allow_registration %} Anyone can create an account by entering their email. {% else %} Only invited users can create accounts. {% endif %}
{{ invite.email }}
Invited {{ invite.created_at|timesince }} ago by {{ invite.created_by.email }} • Expires {{ invite.expires_at|timeuntil }}
{{ user.email }}
{% if user.is_superuser %} Admin {% endif %} {% if user.is_verified %} Verified {% else %} Pending {% endif %}Joined {{ user.date_joined|timesince }} ago {% if user.last_login %} • Last login {{ user.last_login|timesince }} ago {% endif %}