{% extends "horizon/common/_modal_form.html" %} {% load i18n %} {% load url from future %} {% block form_id %}create_user_form{% endblock %} {% block form_action %}{% url 'horizon:identity:users:create' %}{% endblock %} {% block modal-header %}{% trans "Create User" %}{% endblock %} {% block modal-body %}
{% trans "Create a new user and set related properties including the Primary Project and Role." %}