{% extends "base.html" %} {% load crispy_forms_tags %} {% block title %}My Profile{% endblock %} {% block nav_profile %}active{% endblock %} {% block content %}
{{ user.email }}
{% if user.enrollment %} {{ user.enrollment.student_number }} {% endif %}Editing is enabled. You can update your contact details and documents below.
{% else %}Your contact details and documents are locked. Ask the administrator to enable editing if you need to make changes.
{% endif %}These identity details are managed by the administration. Contact them if a correction is needed.
Upload missing documents or replace existing ones. PDF, JPG or PNG — max 5 MB.
{% endif %}