{% import "macros/widgets.html.twig" as widgets %} {% extends 'invoice/layout.html.twig' %} {% block invoice %}
{{ 'label.date'|trans }} | {% if query.user is empty %}{{ 'label.username'|trans }} | {% endif %}{{ 'label.description'|trans }} | {{ 'label.hours'|trans }} |
---|---|---|---|
{{ entry.begin|date_short }} | {% if query.user is empty %}{{ widgets.username(entry.user) }} | {% endif %}
{% if entry.description is not empty %}
{{ entry.description|desc2html }}
{% endif %}
{{ 'label.activity'|trans }}: {{ entry.activity.name }} |
{{ 'label.project'|trans }}: {{ entry.project.name }} |
{{ 'label.customer'|trans }}: {{ entry.project.customer.name }}
|
{{ entry.duration|duration }} |
{{ 'invoice.total_working_time'|trans }} | {{ timeWorked|duration }} |