{% extends "layout.html" %} {% block header %} {% endblock %} {% block body %}

{{title}}

{% if feature_support['gmail'] %}
{% if content.mail_gmail_token == {} %} {% else %} {% endif %}
{% endif %}
{% if feature_support['gmail'] %}
{% endif %} {{_('Back')}}
{% if g.allow_registration and not simple%}

{{_('Allowed Domains (Whitelist)')}}

{{_('Denied Domains (Blacklist)')}}

{% endif %}
{% endblock %} {% block modal %} {% if g.allow_registration %} {{ delete_confirm_modal() }} {% endif %} {% endblock %} {% block js %} {% if g.allow_registration %} {% endif %} {% endblock %}