{% extends "base.html" %} {% block title %}{{ student.get_full_name }}{% endblock %} {% block nav_students %}active{% endblock %} {% block content %}
{{ enrollment.student_number }} ·
{{ enrollment.program.name }}
{{ student.email }}
{% if student.phone %}{{ student.phone }}
{% endif %}{{ application.reference_number }}Student editing is currently {% if enrollment.edits_unlocked %} Unlocked — the student can update contact details and documents. {% else %} Locked — the student cannot change contact details or documents. {% endif %}
Controls whether this student can access course content regardless of payment status. Default uses the program's payment threshold. Force Enabled bypasses the payment gate. Force Disabled locks content even if fees are fully paid.