Tauschen
git-svn-id: http://78.47.251.156/svn/dev/sterntours-3@3371 f459cee4-fb09-11de-96c3-f9c5f16c3c76
This commit is contained in:
parent
dbb34b1af1
commit
6b52080186
1 changed files with 16 additions and 16 deletions
|
|
@ -111,22 +111,6 @@
|
|||
</td>
|
||||
</tr>
|
||||
|
||||
|
||||
<tr>
|
||||
<td>Reiseversicherung</td>
|
||||
<td>
|
||||
{% if form.travelCancellation is defined %}
|
||||
<div class="checkbox">
|
||||
{{ form_widget(form.travelCancellation) }}
|
||||
<label for="{{ form.travelCancellation.vars.id }}">
|
||||
STERN TOURS GmbH empfiehlt generell den Abschluss einer Reise-Rücktrittskosten-Versicherung und einer Auslands-Reisekrankenversicherung mit Rücktransport. Wenn Sie eine Versicherung wünschen, dann teilen Sie uns das bitte hier ("JA" auswählen) mit und wir senden Ihnen alle Informationen per Email zu.
|
||||
</label>
|
||||
</div>
|
||||
{% endif %}
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
|
||||
<tr>
|
||||
<td>Zubuchbare Leistungen</td>
|
||||
<td>
|
||||
|
|
@ -167,6 +151,22 @@
|
|||
{% endif %}
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td>Reiseversicherung</td>
|
||||
<td>
|
||||
{% if form.travelCancellation is defined %}
|
||||
<div class="checkbox">
|
||||
{{ form_widget(form.travelCancellation) }}
|
||||
<label for="{{ form.travelCancellation.vars.id }}">
|
||||
STERN TOURS GmbH empfiehlt generell den Abschluss einer Reise-Rücktrittskosten-Versicherung und einer Auslands-Reisekrankenversicherung mit Rücktransport. Wenn Sie eine Versicherung wünschen, dann teilen Sie uns das bitte hier (Checkbox auswählen) mit und wir senden Ihnen alle Informationen per Email zu.
|
||||
</label>
|
||||
</div>
|
||||
{% endif %}
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
|
||||
</tbody>
|
||||
</table>
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue