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

Class Subject

{% for record in class_subject %} {% endfor %}
ID Name Code Type Status Action
{{record.ID}} {{record.Name}} {{record.Code}} {{record.Type}} {{record.Status}}
{% endblock content %}