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

District-wise Reports

{% for d in districts %} {% endfor %}
District Total Wards Actions
{{ d.name }} {{ d.wards.count }}
{% endblock %}