{% load static %} Osina

Points

{% for point in points %}
{% if point.status == 'Completed' %}

{{point.text}}

{% else %}

{{point.text}}

{% endif %}
{% 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 %} {% if not point.status == 'Completed' %}
{% csrf_token %}
{% endif %}

Total Time: {{ point.total_activity_time.0 }} hours, {{ point.total_activity_time.1 }} minutes, {{ point.total_activity_time.2 }} seconds

{% if point.status == 'Completed' %}

Completed

{% elif point.status == 'Working On' %}

Working On

{% elif point.status == 'Paused' %}

Paused

{% else %}

Created

{% endif %}
{% endfor %}