{% extends "generic/supervisor_base.html" %} {% load crispy_forms_tags %} {% block content %}

{% if object %} Edit Supervisor {% else %} Create Supervisor {% endif %}

Use this form to manage the supervisor account details. Trainees can be assigned to a supervisor by editing the trainee's profile.

{% if errors %} {% endif %}
{% csrf_token %} {{ form|crispy }}
Cancel
{% endblock %}