{% extends 'settings/admin_layout.html' %} {% block header %}Invites{% endblock %} {% load humanize %} {% block panel %}

Generate New Invite

{% csrf_token %}
{{ form.expiry }}
{{ form.use_limit }}
{% if not invites %} {% endif %} {% for invite in invites %} {% endfor %}
Link Expires Max uses Times used
No active invites
{{ invite.link }} {{ invite.expiry|naturaltime }} {{ invite.use_limit }} {{ invite.times_used }}
{% include 'snippets/pagination.html' with page=invites path=request.path %}
{% endblock %}