{% extends 'base.html' %} {% block content %}

Edit User: {{ user.user_email }}

This field cannot be changed as it's tied to Firebase authentication.

{% if not user.is_admin %}

Admin status can only be set during user creation.

{% endif %}

All cases with this email will be viewable by the user

All cases with property contacts in this domain will be viewable to the user

{% endblock %}