{% extends 'production/base.html' %} {% block pagetitle %} : Production team {% endblock pagetitle %} {% load scipost_extras %} {% load bootstrap %} {% block content %}

My Timesheet

{% for log in request.user.work_logs.all %} {% empty %} {% endfor %}
Date Comment Stream Log type Duration
{{ log.work_date }} {{ log.comments }} {{ log.content }} {{ log.log_type }} {{ log.duration|duration }}
No logs found.
{% endblock content %}