|
| REGION: |
{{ region.name }} |
| STUDENTS REGISTRATION AND PERFOMANCE |
| - |
FEMALE |
MALE |
TOTAL |
| NO | % |
NO | % |
NO | % |
| REGISTERED |
{{ totals.reg_f }} |
{{ totals.reg_f|safe_pct:totals.reg }} |
{{ totals.reg_m }} |
{{ totals.reg_m|safe_pct:totals.reg }} |
{{ totals.reg }} |
100 |
| WITH RESULTS |
{{ totals.sat_f }} |
{{ totals.sat_f|safe_pct:totals.reg_f }} |
{{ totals.sat_m }} |
{{ totals.sat_m|safe_pct:totals.reg_m }} |
{{ totals.sat }} |
{{ totals.sat|safe_pct:totals.reg }} |
| ABSENTEES |
{{ 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 }} |
| REGION AVERAGE/GPA |
{{ totals.avg }} |
{{ totals.grade }} |
{{ totals.status }} |
{% include "exams/reports/block_division_perf.html" %}
| DISTRICTS PERFOMANCE |
| # |
NAME |
SAT |
I |
II |
III |
IV |
0 |
PASS-I-IV |
GPA |
GRD |
STATUS |
| F | M | T |
F | M | T |
F | M | T |
F | M | T |
F | M | T |
NO |
% |
{% for d in district_perf %}
| {{ d.no }} |
{{ d.name }} |
{{ d.sat }} |
{{ d.af }} | {{ d.am }} | {{ d.at }} |
{{ d.bf }} | {{ d.bm }} | {{ d.bt }} |
{{ d.cf }} | {{ d.cm }} | {{ d.ct }} |
{{ d.df }} | {{ d.dm }} | {{ d.dt }} |
{{ d.ff }} | {{ d.fm }} | {{ d.ft }} |
{{ d.pass_no }} |
{{ d.pass_pct }}% |
{{ d.gpa }} |
{{ d.grade }} |
{{ d.status }} |
{% endfor %}
{% include "exams/reports/block_best_schools.html" %}
{% include "exams/reports/block_graphs.html" %}
{% include "exams/reports/block_subject_perf.html" %}