{% extends "base.html" %} {% set active_nav = "my-organization" %} {% block title %}Add User - My Organization - LSMC Atlas{% endblock %} {% block content %} {% if error %}
{{ error }}
{% endif %}
{% for role in available_roles %} {% endfor %}
Select one or more roles for this user.
Cancel
{% endblock %}