{% extends base_template %} {%load static%} {% block content %}
Ticket #{{ticket.ticket_number}}
Opened by {{last_ticket_status.added_by.first_name}} on {{ last_ticket_status.date_added|date:"d F Y, h:i A" }}
Updated to 'Working On' by {{last_ticket_status.added_by.first_name}} on {{ last_ticket_status.date_added|date:"d F Y, h:i A" }}
Closed by {{last_ticket_status.added_by.first_name}} on {{ last_ticket_status.date_added|date:"d F Y, h:i A" }}
{{ticket.description}}
Task
{{point.text}}
{% else %}{{point.text}}
{% endif %}Total Time: {{ point.total_activity_time.0 }} hours, {{ point.total_activity_time.1 }} minutes, {{ point.total_activity_time.2 }} seconds
Completed
{% elif point.status == 'Working On' %}Working On
{% elif point.status == 'Paused' %}Paused
{% else %}Created
{% endif %}No Available Points