{% load static %} Contact Book

Contact Book By ProjectGurukul


{% csrf_token %}








{% for info in Data %} {% endfor %}
First Name Last Name Email Contact Number Edit Delete
{{info.FirstName}} {{info.LastName}} {{info.Email}} {{info.ContactNumber}} Edit Delete