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

My Notes

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}}

{% if latest_statuses_time_ago %} {% else %} {% endif %}
{% endblock content %}