{% load math_tags %} {% for r in districts %} {% endfor %}
OFISI YA RAIS – TAMISEMI
MATOKEO YA DARASA LA NNE – {{ year }}
MKOA: {{ region.name }}
NO JINA A B C D E TOTAL
STD
SCH PASS (A–C) % PASS (A–C) AVG
FMT FMT FMT FMT FMT FMT F%M%T%
{{ r.rank }} {{ r.district }} {{ r.af }} {{ r.am }} {{ r.a }} {{ r.bf }} {{ r.bm }} {{ r.b }} {{ r.cf }} {{ r.cm }} {{ r.c }} {{ r.df }} {{ r.dm }} {{ r.d }} {{ r.ef }} {{ r.em }} {{ r.e }} {{ r.total_std }} {{ r.total_schools }} {{ r.pass_f }} {{ r.pass_m }} {{ r.pass_t }} {{ r.pass_f|safe_pct:r.total_std }} {{ r.pass_m|safe_pct:r.total_std }} {{ r.pass_t|safe_pct:r.total_std }} {{ r.avg_score }}
TOTAL {{ totals.af }} {{ totals.am }} {{ totals.a }} {{ totals.bf }} {{ totals.bm }} {{ totals.b }} {{ totals.cf }} {{ totals.cm }} {{ totals.c }} {{ totals.df }} {{ totals.dm }} {{ totals.d }} {{ totals.ef }} {{ totals.em }} {{ totals.e }} {{ totals.total_std }} {{ totals.total_schools }} {{ totals.pass_f }} {{ totals.pass_m }} {{ totals.pass_t }} {{ totals.pass_f|safe_pct:totals.total_std }} {{ totals.pass_m|safe_pct:totals.total_std }} {{ totals.pass_t|safe_pct:totals.total_std }} {{ totals.avg_score }}