{% extends 'teachers/base.html' %} {% load static %} {% block title %}Classroom Detail{% endblock title %} {% block content %}

{{ classroom.subject|upper }}


Add Section

{% for section in classroom.sections.all %}
{{section.title}}
{% endfor %}
{% endblock content %}