{% extends 'finances/base.html' %} {% block breadcrumb_items %} {{ block.super }}
{% endblock %} {% block pagetitle %} : Team timesheets {% endblock pagetitle %} {% load crispy_forms_tags %} {% load scipost_extras %} {% block content %}Employee | {% for month in form.get_months %}{{ month|date:'N Y' }} | {% endfor %}|||
---|---|---|---|---|
{{ user_data.user.contributor }} | {% for _, total_time, monthly_salary in user_data.monthly_data %}{{ total_time|duration }} | €{{ monthly_salary|floatformat:0 }} | {% endfor %}||
No logs found. |
First submit the filter form to retrieve results.
{% endif %}