{% extends 'scipost/base.html' %} {% block breadcrumb_items %}
{% endblock %} {% block pagetitle %}: Team Timesheets{% endblock pagetitle %} {% load bootstrap %} {% load scipost_extras %} {% block content %}Date | Related to object | Log type | Comments | Duration |
---|---|---|---|---|
{{ log.work_date }} | {{ log.content }} | {{ log.log_type }} | {{ log.comments }} | {{ log.duration|duration }} |
{{ total.duration.total }} |