{% load guardian_tags %} {% load scipost_extras %} {% load bootstrap %}

Work Logs

{% include 'finances/_logs.html' with logs=productionstream.work_logs.all|dictsort:"created" %} {% if productionstream.total_duration and productionstream.work_logs.all.count > 1 %}
Total: {{ productionstream.total_duration|duration }}
{% endif %}
{% if work_log_form %}

Add hours to the Stream

{% csrf_token %} {{ work_log_form|bootstrap }}
{% endif %}