{{ 'export.period'|trans }}: {{ query.begin|date_short }} - {{ query.end|date_short }}
{{ 'label.customer'|trans }} | {{ 'label.project'|trans }} | {{ 'label.duration'|trans }} | {{ 'label.rate'|trans }} |
{{ customerDuration|duration }} | {{ customerRate|money(customerCurrency) }} | ||
{{ summary.customer }} | {{ summary.project }} | {{ summary.duration|duration }} | {{ summary.rate|money(summary.currency) }} |
{{ customerDuration|duration }} | {{ customerRate|money(customerCurrency) }} |
{{ 'label.date'|trans }} | {{ 'label.description'|trans }} | {{ 'label.duration'|trans }} | {{ 'label.rate'|trans }} |
{{ entry.begin|date_time }}
{{ entry.end|date_time }} |
{{ entry.project.customer.name }} - {{ entry.project.name }} - {{ entry.activity.name }}
{% if entry.description is not empty %}
{{ entry.description|desc2html }} {% endif %} |
{{ entry.duration|duration }} | {{ entry.rate|money(entry.project.customer.currency) }} |
{{ duration|duration }} | {{ rate|money(currency) }} |