updates and restart camps

This commit is contained in:
Tóth Richárd
2018-05-03 20:27:35 +02:00
parent 392b484666
commit a249c20433
38 changed files with 1153 additions and 235 deletions

View File

@@ -0,0 +1,27 @@
{foreach $res as $key => $resi}
{foreach $resi as $key_ => $resii}
{if $resii->get_de_training()|is_a:'training'}
{$key}<br>
{$resii->get_de_training()->get_tr_date()}<br>
{$resii->get_de_training()->get_tr_type_name_by_id()}<br>
{$resii->get_de_training()->get_tr_duration()} perc<br>
{if $resii->get_de_has_discount()}
{if $resii->get_de_discount_id() == 1}
Próba kedvezmény<br>
{elseif $resii->get_de_discount_id() == 2}
Havi 8+ kedvezmény<br>
{elseif $resii->get_de_discount_id() == 3}
Duplázó kedvezmény<br>
{/if}
{else}
Fizetős<br>
{/if}
{/if}
<br>
{/foreach}
{/foreach}