Back to Invoiceninja

Tt10

resources/views/templates/tasks/tt10.html

5.13.21287 B
Original Source

{% if tasks is defined and tasks is not empty %}

DateDescriptionDuration
{% for task in tasks %} {% for log in task.time_log %}{{ log.start_date }}{{ log.description }}
{% endfor %} {% endfor %}
{% endif %}