{% load static %} Osina

Timeline

{% for date, total_hours, total_minutes, total_seconds in formatted_totals %} {% endfor %}
Date Total Time Worked
{{ date }}

{% if total_hours == 1 %} {{ total_hours }}hr, {% else %} {{ total_hours }}hrs, {% endif %} {% if total_minutes == 1 %} {{ total_minutes }}min, {% else %} {{ total_minutes }}mins, {% endif %} {% if total_seconds == 1 %} {{ total_seconds }}sec {% else %} {{ total_seconds }}secs {% endif %}