{% extends 'finances/base.html' %} {% block breadcrumb_items %} {{ block.super }}
{% endblock %} {% block pagetitle %}: Team timesheets{% endblock pagetitle %} {% load bootstrap %} {% load scipost_extras %} {% block content %}Employee | {% for month in form.get_months %}{{ month|date:'N Y' }} | {% endfor %}|||
---|---|---|---|---|
{{ user_log.user.last_name }}, {{ user_log.user.first_name }} | {% for log in user_log.logs %}{{ log|duration }} | {% endfor %}|||
No logs found. |
First submit the filter form to retrieve results.
{% endif %}