{% extends "exams/base.html" %} {% block page_title %}District Subject Performance Trend – {{ district.name }}{% endblock %} {% block content %}
PRINT {% include "exams/reports/_trend_header.html" with title=district.name level="District" %} {% include "exams/reports/_subject_trend_table.html" %} {% include "exams/reports/_back_button.html" %}
{% endblock %}