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

Recent Note:

Send an Email to Salim.

Customers

First Name

Last Name

User

Status

Business

Actions
{% for customer in customers %}

{{customer.first_name}}

{{customer.last_name}}

{{customer.user.username}}

{% if customer.status == 'Active' %}

{{customer.status}}

{% endif %} {% if customer.status == 'Terminated' %}

{{customer.status}}

{% endif %} {% if customer.status == 'Suspended' %}

{{customer.status}}

{% endif %}

{{customer.business}}

{% endfor %}

USERS ACTIVITY

user profile

Nataly

11:30 AM

Closed - Create the Osina home page

user profile

Salim

11:30 AM

Closed - Create the Osina home page

user profile

Emile

11:30 AM

Closed - Create the Osina home page

{% endblock content %}