{% extends "layout.html" %} {% from "macros/general.html" import display_csrf_token, display_input_cn, display_reset_password, display_random_password, display_quota, with context %} {% from "macros/msgHandlers.html" import userMsgHandler with context %} {% block title %}{{ _('Add user under domain: %s') |format(cur_domain) }}{% endblock title %} {% block navlinks_active_create %}class="active"{% endblock %} {% block main %} {# Show system message #} {{ userMsgHandler(msg) }} {# -- Allow to create new account --#} {% set createNewAccount = true %}
{# -- End box-body -- #} {% endblock main %}