{% extends "base.html" %} {% block title %} Create User {% endblock %} {% block content %} Create Account {% if error %} {{ error }} {% endif %} Company Company Name this instance is registered. Visible in the UI for all users. Full Name Name associated with this user. Will be shown in the UI. Work Email This will be your login name. Password Repeat Your password to access your Resoto installation. By submitting this form you accept Terms and Conditions. Create User {% endblock %}