EU Reiserecht - Booking
git-svn-id: http://78.47.251.156/svn/dev/sterntours-3@3419 f459cee4-fb09-11de-96c3-f9c5f16c3c76
This commit is contained in:
parent
8fd6f63403
commit
2360290f06
25 changed files with 1089 additions and 229 deletions
|
|
@ -62,7 +62,9 @@
|
|||
<div class="st-booking-summary">
|
||||
{% include 'default/components/booking/summary.html.twig' with {
|
||||
'summary': summary,
|
||||
'total_price': total_price
|
||||
'total_price': total_price,
|
||||
'booking_price_info': booking_price_info,
|
||||
'show_detail' : false,
|
||||
} %}
|
||||
</div>
|
||||
</div>
|
||||
|
|
@ -190,7 +192,6 @@
|
|||
<div class="">
|
||||
<div class="col-md-12 col-sm-12 col-xs-12">
|
||||
<h5>Reiseteilnehmer</h5>
|
||||
<p>Bitte geben Sie Ihre Vornamen und Nachnamen in die beiden Felder "Vornamen" und "Nachnamen" ein, wie diese im maschinenlesbaren Teil in Ihrem Reisepass eingetragen sind.</p>
|
||||
</div>
|
||||
<div class="col-md-12 col-sm-12 col-xs-12">
|
||||
|
||||
|
|
@ -202,7 +203,8 @@
|
|||
<th style="text-align: left;">Geschlecht</th>
|
||||
<th style="text-align: left;">Vorname</th>
|
||||
<th style="text-align: left;">Nachname</th>
|
||||
<th style="text-align: left;">Geburtsdatum (TT.MM.JJJJ)</th>
|
||||
<th style="text-align: left;">Geburtsdatum</th>
|
||||
<th style="text-align: left;">Nationalität</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody class="st-travelers">
|
||||
|
|
@ -235,6 +237,9 @@
|
|||
<td style="text-align: left;">
|
||||
{{ participant.birthDate|date }}
|
||||
</td>
|
||||
<td style="text-align: left;">
|
||||
{{ participant.getNationalityName }}
|
||||
</td>
|
||||
</tr>
|
||||
{% endfor %}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue