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