ssSudan Nil Frontend + extra Days + price in booking form - export + mail
git-svn-id: http://78.47.251.156/svn/dev/sterntours-3@3483 f459cee4-fb09-11de-96c3-f9c5f16c3c76
This commit is contained in:
parent
b28c7db598
commit
98bd71c760
22 changed files with 2186 additions and 32 deletions
|
|
@ -10,7 +10,11 @@ Abfahrts-/Abflugort: {{ booking_request.departure.name }}
|
|||
------------------------------------------------------------
|
||||
|
||||
{% for summary_entry in summary %}
|
||||
{{ summary_entry.value|number_format(2) }} € : {{ summary_entry.label|striptags }}
|
||||
{% if(summary_entry.value != "!") %}
|
||||
{{ summary_entry.value|number_format(2) }} € : {{ summary_entry.label|striptags }}
|
||||
{% else %}
|
||||
{{ summary_entry.label|striptags }}
|
||||
{% endif %}
|
||||
|
||||
{% endfor %}
|
||||
------------------------------------------------------------
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue