{% extends "base.html" %} {% load static %} {% block title %}Profile - AI ML Operations{% endblock %} {% block content %}

Profile

{% if messages %} {% for message in messages %}

{{ message }}

{% endfor %} {% endif %}

Account Type

Your account is currently: {{ profile.get_user_type_display }}

{% csrf_token %} {{ form.as_p }} {% if can_edit_type %} {% endif %}
{% if employee_form %}

Employee Details

{{ employee_form.as_p }}

Contact an admin to update employee details.

{% endif %}
{% endblock %}