{% extends '@Kiosk/layout.html.twig' %} {% import "macros/widgets.html.twig" as widgets %} {% block login_box_msg %} {% if stopped is not null %}
{{ user.title }}
{{ 'date'|trans }} | {{ 'begin'|trans }} | {{ 'end'|trans }} | {{ 'duration'|trans }} | ||
---|---|---|---|---|---|
{{ dayDuration|duration }} | |||||
{{ timesheet.begin|date_short }} | {{ timesheet.begin|time }} | {% if timesheet.end is not null %}{{ timesheet.end|time }} | {{ timesheet.duration|duration }} | {% else %}– | – | {% endif %}