{% extends 'base.html' %} {% block body %}
Must be within the next {{ config['INVITE_MAX_VALID_DAYS'] }} days
{% if allow_signup %}
{% else %} {% endif %} {% if roles %}
{% for role in roles|sort(attribute="name") if not role.is_default %} {% endfor %}
Name Description
{{ role.name }} {{ role.description }}
{% endif %} Cancel
{% endblock %}