{% 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}}
{{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 %}
Payments
Order | Amount | Date Due | Date Paid | Payment Method | Comment | Actions |
{{payment.order.order_id}} |
${{payment.amount}} |
{{payment.date_due}} |
{% if payment.date_paid %}
{{payment.date_paid}} {% else %}UNPAID {% endif %} |
{% for type in payment.type.all %}
{{type.name}} |
|
|
{% endfor %}
---|