{% import "macros/widgets.html.twig" as widgets %} {% extends 'invoice/layout.html.twig' %} {% block invoice %}
{{ 'label.date'|trans }} | {{ 'label.description'|trans }} | {{ 'label.hours'|trans }} |
---|---|---|
{{ entry.begin|date_short }} |
{% 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 }} |