{% load static %}
{{ point.id }}
{{point.text}}
{% else %}{{point.text}}
{% endif %}Total Time: {% if point.total_time.0 > 0 %} {{ point.total_time.0 }}hr {% if point.total_time.1 > 0 %} , {% endif %} {% endif %} {% if point.total_time.1 > 0 %} {{ point.total_time.1 }}min {% if point.total_time.2 > 0 %} , {%endif%} {% endif %} {% if point.total_time.2 > 0 %} {{ point.total_time.2 }}sec {% endif %}
Completed
{% elif point.status == 'Working On' %}Working On
{% elif point.status == 'Paused' %}Paused
{% else %}Created
{% endif %}