{% extends "exams/base.html" %} {% block content %}

{{ exam.name }} - Schools

{% for school in schools %} {% endfor %}
# School Code School Name Actions
{{ forloop.counter }} {{ school.school_code }} {{ school.name }} View Score Bulk SMS
{% endblock %}