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
|
|
@ -3,7 +3,9 @@
|
|||
{% for summary_entry in summary %}
|
||||
<tr>
|
||||
<td class="st-position-price-col" style="min-width: 120px;">
|
||||
{{ summary_entry.value|number_format(2) }} €
|
||||
{% if(summary_entry.value != "!") %}
|
||||
{{ summary_entry.value|number_format(2) }} €
|
||||
{% endif %}
|
||||
</td>
|
||||
<td class="st-position-name-col">
|
||||
{{ summary_entry.label|raw }}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue