{% extends 'finances/base.html' %} {% block breadcrumb_items %} {{ block.super }} Team timesheets {% 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: | {{ user_log.duration.total|duration }} |
No logs found.
{% endfor %} {% else %}First submit the filter form to retrieve results.
{% endif %}