{% extends "../base.html" %} {% load crispy_forms_tags %} {% block page_title %}Staff Details{% endblock page_title %} {% block content %}
{{ staff.department|default:"Department not specified" }}
Academic Staff ActiveCurrent teaching assignments for {{ staff }}.
| # | Class Stream | Subject |
|---|---|---|
| {{ forloop.counter }} | {{ assignment.academic_class_stream }} | {{ assignment.subject }} |
No qualifications specified.
{% endif %}No documents uploaded yet.
{% endif %}