{% extends "exams/base_public.html" %} {% load static %} {% block content %}

KIGOMA REGION ACADEMICS MANAGEMENT

Quality Education • Digital Systems • Transparency

Matokeo ya Mitihani
    {% for p in projects %}
  • {{ p.name }} {{ p.year }}
    View Results
  • {% empty %}
  • No active projects
  • {% endfor %}
Latest News
    {% for n in news_list %}
  • {{ n.title }}

    {{ n.content|truncatewords:25 }}

  • {% endfor %}

{{ stat.value }}

{{ stat.label }}

About the Institution
{{ about_text|linebreaks }}
Latest Downloads
    {% for file in downloads %}
  • {{ file.title }} {{ file.created_at }}
  • {% endfor %}
Latest News
{% for k,v in visitor.items %}

{{ v }}

{{ k|title }}
{% endfor %}
{% endblock %} {% block extra_css %} {% endblock %} {% block extra_js %} {% endblock %}