resources/views/templates/entity/td15.html
|
| |
$entity_label
{% if invoices is defined and invoices is not empty %} {% set invoice = invoices|first %} {% if invoice.line_items|filter(item => item.type_id == 1)|length > 0 %}
| Heading for product table |
|---|
| $item_label # |
| --- |
| {%set product_sub_total = 0%} {% for item in invoice.line_items |
| {% set product_sub_total = product_sub_total + item.line_total_raw %} {% endfor %} |
{% endif %} {% endif %} {% if invoices is defined and invoices is not empty %} {% set invoice = invoices|first %} {% if invoice.line_items|filter(item => item.type_id == 1)|length > 0 %}
| Working Hours |
|---|
| $task.service_label # |
| --- |
| {%set product_sub_total = 0%} {% for item in invoice.line_items |
| {% set product_sub_total = product_sub_total + item.line_total_raw %} {% endfor %} |
{% endif %} {% endif %} | | $status_logo | |
|
$entity_images
$entity_footer