|
|
@ -62,9 +62,12 @@ |
|
|
<div x-text="units.currency.to(Math.round(parseInt(value.anschluss.umschuldung) / 1000 + parseInt(value.anschluss.zuskap) / 1000) * 1000)"></div> |
|
|
<div x-text="units.currency.to(Math.round(parseInt(value.anschluss.umschuldung) / 1000 + parseInt(value.anschluss.zuskap) / 1000) * 1000)"></div> |
|
|
</div> |
|
|
</div> |
|
|
<div class="separator gray"></div> |
|
|
<div class="separator gray"></div> |
|
|
|
|
|
<div class="button-row"> |
|
|
|
|
|
<button @click="slideTo($event, step-1)" type="button">Zurück</button> |
|
|
<button @click="slideTo($event, step+1)" type="button">Werte übernehmen und weiter zum letzten Schritt</button> |
|
|
<button @click="slideTo($event, step+1)" type="button">Werte übernehmen und weiter zum letzten Schritt</button> |
|
|
</div> |
|
|
</div> |
|
|
</div> |
|
|
</div> |
|
|
|
|
|
</div> |
|
|
|
|
|
|
|
|
{% include 'daten.twig.htm' %} |
|
|
{% include 'daten.twig.htm' %} |
|
|
|
|
|
|
|
|
|