{% comment %} Componente de Controle de Tempo para Tarefas Uso: {% include 'includes/task_time_control.html' with task=task show_controls=True %} {% endcomment %}
Total
{{ task.tempo_total_formatado }}
Hoje
{{ task.tempo_hoje_formatado }}
Sessão
{% if task.esta_trabalhando %} 00:00:00 {% else %} 00:00:00 {% endif %}
Status
{% if task.esta_trabalhando %} Trabalhando {% elif task.status == 'pausada' %} Pausada {% else %} Parada {% endif %}
{% if show_controls and task.status != 'concluida' and task.status != 'cancelada' %}
{% if task.status == 'nao_iniciada' %} {% elif task.status == 'em_andamento' and task.esta_trabalhando %} {% elif task.status == 'pausada' %} {% else %} {% endif %}
{% endif %}