updates and restart camps
This commit is contained in:
27
template/templates/diary_report.tpl
Normal file
27
template/templates/diary_report.tpl
Normal 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}
|
||||
Reference in New Issue
Block a user