{{ 'label.date'|trans }} | {{ 'label.username'|trans }} | {{ 'label.description'|trans }} | {{ field.label|trans }} | {{ 'label.hours'|trans }} |
---|---|---|---|---|
{{ entry.begin|date_short }} | {{ widgets.username(entry.user) }} |
{% if entry.description is not empty %}
{{ entry.description|desc2html }}
{% endif %}
{% if entry.activity is not null %}{{ 'label.activity'|trans }}: {{ entry.activity.name }} |{% endif %}
{{ 'label.project'|trans }}: {{ entry.project.name }} |
{{ 'label.customer'|trans }}: {{ entry.project.customer.name }}
| {{ tables.datatable_meta_column(entry, field) }} | {{ entry.duration|duration(decimal) }} |
{{ 'invoice.total_working_time'|trans }} | {{ timeWorked|duration(decimal) }} |