{% extends "base.html" %} {% set active_page = "accounts" %} {% block title %} Create account {% endblock %} {% block divs %}

Create account

{% if user_is_admin %}
{% else %}
The new account will be linked as a client account of {{ selected_consultancy_account_name }}.
{% endif %}
{% endblock %}