{% 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 Grid

{% for record in parent_grid %}
img
{{ record.Name }}

Added on {{ record.DateAdded }}

Email

{{ record.Email }}

Phone

{{ record.Phone }}

{% endfor %}
{% endblock %}