{% if point.status == 'Not Completed' or point.status == 'Paused' and not point.status == 'Completed' %}
{% endif %}
{% if point.status == 'Working On' and not point.status == 'Completed' %}
{% endif %}
{% if not point.status == 'Completed' and not point.status == 'Paused' %}
{% endif %}
{% if point.status == 'Completed' %}
{% 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 %}