{% extends "base.html" %} {% load static %} {% block page_head %} Client Dashboard | Indous Technologies {% endblock page_head %} {% block content %}

Clients

Add
{% for client in clients %} {% empty %} {% endfor %}
Name
Company
Status
Email
Actions
{{ client.name }}
{{ client.company }}

{{ client.status }}

{{ client.email }}

View Edit Delete
No clients found.
{% endblock content %}