{% extends 'teamized/reports/base.html' %}
{% load tz %}
{% block title %}Arbeitszeitbericht{% endblock %}
{% block content %}
Teamized-Instanz: {{ request.get_host }}
Team: {{ data.team.name }}
Mitglied: {{ data.user.first_name }} {{ data.user.last_name }}
Zeitraum von: {{ data.datetime_from|date:"d.m.Y, H:i" }}
Zeitraum bis: {{ data.datetime_to|date:"d.m.Y, H:i" }}
| Zeitpunkt | Dauer | Einheiten | Beschreibung | |
|---|---|---|---|---|
|
{{ s.time_start|date:"d.m.Y, H:i" }} bis {{ s.time_end|date:"d.m.Y, H:i" }} |
{{ s.duration_hours|floatformat:2 }}h | {% if s.unit_count %}{{ s.unit_count }}{% endif %} | {{ s.note }} | {% if s.is_created_via_tracking %} ⏱️ {% else %} 📝 {% endif %} |
| Keine Einträge gefunden. | ||||
| Total: | {{ data.total_hours|floatformat:2 }}h | {{ data.total_units }} | ||