{% extends 'administrator/base.html' %} {% block title %}Educator{% endblock %} {% block body %} {% load static %} {% block scripts %} {% endblock %}

Educator Profile

{% if educator_id %}
{% else %} {% endif %}
{% include 'administrator/educators/forms/educator_profile.html' %}
{% if educator_id %}

Strength & Weakness

Student Reviews

{% include 'administrator/educators/pagination/educator_profile.html' %}
{% endif %}
{% endblock %}