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

Parents List

{% for record in parent_list %} {% endfor %}
ID Parent Name Child Phone Email Action
{{ record.ID }}
img

{{ record.ParentName }}

{{ record.Added }}
img

{{ record.Child }}

{{ record.Class }}
{{ record.Phone }} {{ record.Email }}
{% endblock %}