{{ position.number }} |
{{ position.description }} |
{{ position.beds }} |
{{ position.persons }} |
{{ position.startdate|date("d.m.Y") }} |
{{ position.enddate|date("d.m.Y") }} |
{% if is_decimal_place_0(position.vat) %}
{{ position.vat|number_format(0, ',', '.') }}
{% else %}
{{ position.vat|number_format(2, ',', '.') }}
{% endif %}
|
{{ position.price|number_format(2, ',', '.') }} |
{% if mode is defined and mode == 'edit' %}
|
{% endif %}
{% endfor %}