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

Teachers Grid

{% for record in teacher_grid %}
{{ record.ID }}
{{ record.Status }}
img
{{ record.Name }}

{{record.Class}}

Email

{{ record.Email }}

Phone

{{ record.Phone }}

{% endfor %}
{% endblock %}