{% extends "horizon/common/_modal_form.html" %} {% load i18n %} {% load url from future %} {% block form_id %}create_user_form{% endblock %} {% block form_action %}{% url 'horizon:admin:users:create' %}{% endblock %} {% block modal-header %}{% trans "Create User" %}{% endblock %} {% block modal-body %}
{% include "horizon/common/_form_fields.html" %}

{% trans "Description" %}:

{% trans "From here you can create a new user and assign them to a project." %}

{% endblock %} {% block modal-footer %} {% trans "Cancel" %} {% endblock %}