{% extends 'base.html' %} {% block body %}
{{_('Must be within the next %(max_valid_days)d days', max_valid_days=config['INVITE_MAX_VALID_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 %}