{% extends "public/base.html" %} {% block title %}Teaching | {{ profile.name if profile }}{% endblock %} {% block content %}
{{ profile.teaching_subheader or 'Courses Taught at Your Institution' }}
{{ theory_courses|length + lab_courses|length }}+
{{ profile.teaching_stat1_label or 'Courses Taught' }}
{{ profile.teaching_stat2_value or 'UG & PG' }}
{{ profile.teaching_stat2_label or 'Levels' }}
{{ profile.teaching_stat3_value or '15+ Years' }}
{{ profile.teaching_stat3_label or 'Teaching Experience' }}
{{ course.level }} {{ course.course_type }}
{{ course.description }}
{% endif %}