Intracrane
Interessent: {{ interessent }}
Land: {{ land }}
Stadt: {{ stadt }}
Bearbeiter: {{ bearbeiter }}
Entfernung: {{ entfernung }} Km
Softwarepreise
Module
Preis
Anzahl
Total
{% set i = 1 %} {% for moduleHtml in modulesHtml %}
{{ moduleHtml.name }}
{{ moduleHtml.price }} €
{{ moduleHtml.amount }}
{{ moduleHtml.total }} €
{% set i = i + 1 %} {% if i >= 18 %}
{% set i = 0 %}{% endif %} {% endfor %} {% if soft.extraPrice > 0 %}
Extra Budget für Anpassungen: {{ soft.description }}
{{ soft.extraPrice }} €
{% endif %}
{{ soft.total }} €
{% set i = i + 2 %} {% if i >= 22 %}
{% set i = 0 %}{% endif %} {% set i = i + 2 %}
Hardwarepreise
Module
Preis
Anzahl
Total
{% for hardHtml in hardsHtml %}
{{ hardHtml.name }}
{{ hardHtml.price }} €
{{ hardHtml.amount }}
{{ hardHtml.total }} €
{% set i = i + 1 %} {% if i >= 22 %}
{% set i = 0 %}{% endif %} {% endfor %} {% if hard.extraPrice > 0 %}
Extra Budget für Anpassungen: {{ hard.description }}
{{ hard.extraPrice }} €
{% endif %}
{{ hard.total }} €
{% set i = i + 2 %} {% if i >= 22 %}
{% set i = 0 %}{% endif %} {% set i = i + 2 %}
Projektleistungen
Module
Preis
Anzahl
Total
{% for projHtml in projsHtml %}
{{ projHtml.name }}
{{ projHtml.price }} €
{{ projHtml.amount }}
{{ projHtml.total }} €
{% set i = i + 1 %} {% if i >= 22 %}
{% set i = 0 %}{% endif %} {% endfor %} {% if proj.extraPrice > 0 %}
Extra Budget für Anpassungen: {{ proj.description }}
{{ proj.extraPrice }} €
{% endif %}
{{ proj.total }} €
{% set i = i + 2 %} {% if i >= 22 %}
{% set i = 0 %}{% endif %} {% set i = i + 2 %}
Intallation (inkl Reisekosten)
{{ instalation }} €
Total
{{ total }} €
{# empty Twig template #}