{% extends "main.html" %} {%load static%} {% block title %}My Projects{% endblock %} {% block content %}
Users

Recent Note:

{{recent_note.text}}

Customers

{% for customer in customers %} {% if customer.status == 'Active' %} {% endif %} {% if customer.status == 'Terminated' %} {% endif %} {% if customer.status == 'Suspended' %} {% endif %} {% endfor %}
Customer User Status Business Actions

{{customer.user.first_name}} {{customer.user.last_name}}

{{customer.user.username}}

{{customer.status}}

{{customer.status}}

{{customer.status}}

{{customer.business}}

{% endblock content %}