{% extends 'generic/base.html' %} {% load crispy_forms_tags %} {% load auth_extras %} {% block content %}

Editing user: {{object.username}}

This form allows you to edit your profile details. If your supervisor is not available on the system please contact: ross.kruger@nhs.net. {% if request.user|has_group:"cid_user_manager" %} Name and emails can be edited here {% endif %}
{% csrf_token %} {{ form|crispy }}
{% endblock %}