{% extends 'partials/base.html' %} {% load static %} {% block content %}
{% block title %} {% include "partials/title.html" with title="Class Report" text="Dashboard" textone="Report" texttwo="Class Report" %} {% endblock title %}

Class Report List

{% for record in class_report %} {% endfor %}
ID Class Section No of Students Action
{{record.ID}} {{record.Class}} {{record.Section}} {{record.Students}} View Details
{% endblock content %}