{% load static %} {{ exam.name }} {{ year }} – Schools

UNITED REPUBLIC OF TANZANIA

Coat of Arms

PRIME MINISTERS OFFICE - REGIONAL ADMINISTRATION AND LOCAL GOVERNMENT - PMO-RALG

KIGOMA REGIONAL JOINT EXAMINATIONS RESULTS

{{ exam.name }} {{ year }}



{% for school in schools %} {% if forloop.counter|divisibleby:3 and not forloop.last %} {% endif %} {% endfor %} {# pad empty cells to complete last row #} {% if schools|length|divisibleby:3 == False %} {% for _ in "123"|slice:":{{ 3|add:'-'|add:schools|length|divisibleby:3 }}" %} {% endfor %} {% endif %}
{{ school.school__school_code|upper }} - {{ school.school__name|upper }}