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

Class Section

{% for record in class_section %} {% endfor %}
ID Section Name Status Action
{{record.ID}} {{record.Section_Name}} {{record.Status}}
{% endblock content %}