{% extends 'index.html' %} {% load static %} {% block title %}Clients{% endblock %} {% block content %}

Clients

Add A New Clent
{% for client in clients %} {% empty %} {% endfor %}
Name Email Phone Actions
{{ client.business }} {{ client.email }} {{ client.phone }} Edit Delete
No categories available.
{% endblock %}