{% extends "baseTemplate/index.html" %} {% load static %} {% comment %} Create an account beneath the signed-in user. The ACL selector only ever offers ACLs the caller is allowed to grant — and the server checks again. {% endcomment %} {% block title %}Create user{% endblock %} {% block content %}
The new account is owned by {{ userName }}{% if isAdmin %} unless you pick another owner{% endif %}.