{% load static %}
|
{{ school.school.school_code|upper }} {{ school.school.name_short|upper }} |
{% if forloop.counter|divisibleby:3 %}
|
|
{% elif schools|length == 2 %}
|
{% elif schools|length == 4 %}
|
|
{% elif schools|length == 5 %}
|
{% elif schools|length == 7 %}
|
|
{% elif schools|length == 8 %}
|
{% endif %}
{% endwith %}
{% endif %}
{% endwith %}
{% endif %}