{% load static %}
{{ point.id }}
{{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 %}