{% extends "base.html" %} {% block title %}Edit learner{% endblock %} {% block content %}

Edit learner

Update contact and placement details. Learner ID and join date cannot be changed — they affect login and catch-up tracking.

Learner ID (login): {{ learner.username }}
Join date: {{ learner.join_date }}
Account: {% if learner.account_active %} Active {% else %} Inactive — cannot sign in {% endif %}

Cancel

Account access

{% if learner.account_active %}

Deactivate this learner to block sign-in and platform access. Progress data is kept.

{% else %}

This learner cannot sign in. Reactivate to restore access.

{% endif %}
{% endblock %}