{% 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' %} Save Change Cancel {% if educator_id %} Strength & Weakness Year {% for year in educator_reviews_years %} {{ year.year }} {% endfor %} Department {% for dep in educator_reviews_departments %} {{ dep.student__department__name }} {% endfor %} Student Reviews {% include 'administrator/educators/pagination/educator_profile.html' %} {% endif %} {% endblock %}