{% extends "exams/base.html" %} {% load static %} {% load math_tags %} {% block title %}Region Summary – {{ region.name }} – {{ year }}{% endblock %} {% block content %}

General Region Reports

OFISI YA RAIS - TAMISEMI
MATOKEO YA DARASA LA SABA - {{ year }}
MKOA: {{ region.name }}
WANAFUNZI
- WASICHANA WAVULANA JUMLA
NA% NA% NA%
WALIOSAJILIWA {{ totals.reg_f }} {{ totals.reg_f|safe_pct:totals.reg }} {{ totals.reg_m }} {{ totals.reg_m|safe_pct:totals.reg }} {{ totals.reg }} 100
WENYE MATOKEO {{ totals.sat_f }} {{ totals.sat_f|safe_pct:totals.reg }} {{ totals.sat_m }} {{ totals.sat_m|safe_pct:totals.reg }} {{ totals.sat }} {{ totals.sat|safe_pct:totals.reg }}
WASIOFANYA {{ totals.abs_f }} {{ totals.abs_f|safe_pct:totals.reg }} {{ totals.abs_m }} {{ totals.abs_m|safe_pct:totals.reg }} {{ totals.abs }} {{ totals.abs|safe_pct:totals.reg }}
WASTANI WA JML {{ totals.avg }} {{ totals.grade }} {{ totals.status }}
JUMLA YA SHULE {{ totals.school_count }}
UFAULU WA MADARAJA – JUMLA
DARAJA | JINSI ABC DE PASS A–C FAIL D–E
NO% NO% NO% NO% NO% NO% NO%
WAS {{ grades.af }} {{ grades.af|safe_pct:totals.sat_f }} {{ grades.bf }} {{ grades.bf|safe_pct:totals.sat_f }} {{ grades.cf }} {{ grades.cf|safe_pct:totals.sat_f }} {{ grades.df }} {{ grades.df|safe_pct:totals.sat_f }} {{ grades.ef }} {{ grades.ef|safe_pct:totals.sat_f }} {{ a_c_f }} {{ a_c_f|safe_pct:totals.sat_f }} {{ grades.df|add:grades.ef }} {% with sum=grades.df|add:grades.ef %} {{ sum|safe_pct:totals.sat_f }} {% endwith %}
WAV {{ grades.am }} {{ grades.am|safe_pct:totals.sat_m }} {{ grades.bm }} {{ grades.bm|safe_pct:totals.sat_m }} {{ grades.cm }} {{ grades.cm|safe_pct:totals.sat_m }} {{ grades.dm }} {{ grades.dm|safe_pct:totals.sat_m }} {{ grades.em }} {{ grades.em|safe_pct:totals.sat_m }} {{ a_c_m }} {{ a_c_m|safe_pct:totals.sat_m }} {{ grades.dm|add:grades.em }} {% with sum=grades.dm|add:grades.em %} {{ sum|safe_pct:totals.sat_m }} {% endwith %}
JUMLA {{ grades.a }} {{ grades.a|safe_pct:totals.sat }} {{ grades.b }} {{ grades.b|safe_pct:totals.sat }} {{ grades.c }} {{ grades.c|safe_pct:totals.sat }} {{ grades.d }} {{ grades.d|safe_pct:totals.sat }} {{ grades.e }} {{ grades.e|safe_pct:totals.sat }} {{ a_c_total }} {{ a_c_total|safe_pct:totals.sat }} {{ grades.d|add:grades.e }} {% with sum=grades.d|add:grades.e %} {{ sum|safe_pct:totals.sat }} {% endwith %}
{% for o in ownership %}
UFAULU WA MADARAJA – {{ o.owner }} – SHULE {{ o.total_school }} – WALIOFANYA {{ o.sat }}
DARAJA | JINSI ABC DE PASS A–C FAIL D–E
NO% NO% NO% NO% NO% NO% NO%
WAS {{ o.af }} {{ o.af|safe_pct:o.sat_f }} {{ o.bf }} {{ o.bf|safe_pct:o.sat_f }} {{ o.cf }} {{ o.cf|safe_pct:o.sat_f }} {{ o.df }} {{ o.df|safe_pct:o.sat_f }} {{ o.ef }} {{ o.ef|safe_pct:o.sat_f }} {% with pass_sum=o.af|add:o.bf|add:o.cf %} {{ pass_sum }} {% endwith %} {% with pass_sum=o.af|add:o.bf|add:o.cf %} {{ pass_sum|safe_pct:o.sat_f }} {% endwith %} {{ o.df|add:o.ef }} {% with fail_sum=o.df|add:o.ef %} {{ fail_sum|safe_pct:o.sat_f }} {% endwith %}
WAV {{ o.am }} {{ o.am|safe_pct:o.sat_m }} {{ o.bm }} {{ o.bm|safe_pct:o.sat_m }} {{ o.cm }} {{ o.cm|safe_pct:o.sat_m }} {{ o.dm }} {{ o.dm|safe_pct:o.sat_m }} {{ o.em }} {{ o.em|safe_pct:o.sat_m }} {% with pass_sum=o.am|add:o.bm|add:o.cm %} {{ pass_sum }} {% endwith %} {% with pass_sum=o.am|add:o.bm|add:o.cm %} {{ pass_sum|safe_pct:o.sat_m }} {% endwith %} {{ o.dm|add:o.em }} {% with fail_sum=o.dm|add:o.em %} {{ fail_sum|safe_pct:o.sat_m }} {% endwith %}
JUMLA {% with sum=o.af|add:o.am %} {{ sum }} {% endwith %} {% with sum=o.af|add:o.am %} {{ sum|safe_pct:o.sat }} {% endwith %} {% with sum=o.bf|add:o.bm %} {{ sum }} {% endwith %} {% with sum=o.bf|add:o.bm %} {{ sum|safe_pct:o.sat }} {% endwith %} {% with sum=o.cf|add:o.cm %} {{ sum }} {% endwith %} {% with sum=o.cf|add:o.cm %} {{ sum|safe_pct:o.sat }} {% endwith %} {% with sum=o.df|add:o.dm %} {{ sum }} {% endwith %} {% with sum=o.df|add:o.dm %} {{ sum|safe_pct:o.sat }} {% endwith %} {% with sum=o.ef|add:o.em %} {{ sum }} {% endwith %} {% with sum=o.ef|add:o.em %} {{ sum|safe_pct:o.sat }} {% endwith %} {% with pass_sum=o.af|add:o.bf|add:o.cf|add:o.am|add:o.bm|add:o.cm %} {{ pass_sum }} {% endwith %} {% with pass_sum=o.af|add:o.bf|add:o.cf|add:o.am|add:o.bm|add:o.cm %} {{ pass_sum|safe_pct:o.sat }} {% endwith %} {% with fail_sum=o.df|add:o.ef|add:o.dm|add:o.em %} {{ fail_sum }} {% endwith %} {% with fail_sum=o.df|add:o.ef|add:o.dm|add:o.em %} {{ fail_sum|safe_pct:o.sat }} {% endwith %}
{% endfor %} {% for d in districts %} {% endfor %}
District Total Pass Fail Pass % Male Female
{{ d.district_name }} {{ d.total }} {{ d.pass }} {{ d.fail }} {{ d.pass_pct }} {{ d.male }} {{ d.female }}
TOTAL {{ districts_totals.total }} {{ districts_totals.pass }} {{ districts_totals.fail }} {{ districts_totals.pass_pct }} {{ districts_totals.male }} {{ districts_totals.female }}
OPEN PDF OPEN EXCEL
{% endblock %}