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

Academic Reasons

{% for record in academic_reasons%} {% endfor %}
Role Reason Created Date Action
{{record.Role}} {{record.Reason}} {{record.Created_Date}}
{% endblock content %}