{% extends "main.html" %} {%load static%} {% block title %}My Projects{% endblock %} {% block content %}
Recent Note:
{{recent_note.text}}
Customer | User | Status | Business | Actions | ||
---|---|---|---|---|---|---|
{{customer.user.first_name}} {{customer.user.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}} |