{% extends 'tom_common/base.html' %} {% load bootstrap4 %} {% block title %}Create user{% endblock %} {% block content %} {% if object %}
{% else %} {% endif %} {% csrf_token %} {% bootstrap_form form %} {% bootstrap_formset form.user_profile_formset %} {% if object.pk != current_user.pk %}

WARNING: Changing the password for user {{ object.username }} will clear out all of their saved external service API keys and passwords (if any).

{% endif %} {% buttons %} {% endbuttons %}
{% endblock %}