{% extends "main.html" %} {%load static%} {% block title %}My Projects{% endblock %} {% block content %}
{{customer.customer_id}}
{{customer.customer_id}}
{{customer.customer_id}}
First Name: {{customer.user.first_name}}
Last Name: {{customer.user.last_name}}
Email: {{customer.user.email}}
Mobile Number: {{customer.mobile_number}}
Personal Website: {{customer.personal_website}}
Status: {{customer.status}}
Status: {{customer.status}}
Status: {{customer.status}}
Reference: {{customer.reference}}
Payment
| Order | Amount | Date Paid | Date Due | Payment Method | Comment | Actions | order 1 | $20.0 | 02-12-2024 | 02-12-2024 | Cash |  |  | 
|---|
{{project.name}}
{{project.id}}
{{project.start_date|date:'d-m-Y' }}
{{project.end_date|date:'d-m-Y' }}
{{open_tasks}} Open {% if project.open_tasks == 1 %} Task {% else %} Tasks {% endif %}
{{project.ticket_set.all.count}} Open {% if project.ticket_set.all.count == 1 %} Ticket {% else %} Tickets {% endif %}
Total Time: {{total_time_worked.hours}}hr {{total_time_worked.minutes}}min {{total_time_worked.seconds}}sec
Subscriptions
 
                Expires:{% if subscription.end_at %} {{subscription.end_at}} {% else %} No Expiry {% endif %}