{% extends 'exams/base.html' %} {% load static %} {% block page_title %}Region-wise Reports{% endblock %} {% block content %}

Region-wise Reports

{% for r in regions %} {% endfor %}
Region Total Districts Actions
{{ r.name }} {{ r.districts.count }}
{% endblock %}