show expire informatin in admin and parent view
This commit is contained in:
@@ -5,13 +5,24 @@
|
||||
{foreach $actions as $action}
|
||||
|
||||
{if $action@first}
|
||||
<div style="margin-bottom: 30px;">
|
||||
<div style="margin-bottom: 15px;">
|
||||
<div class="list_item line_height14 bigger_space actual_balance">
|
||||
<span class="size20 bold">
|
||||
Aktuális egyenleg: {$action->get_de_balance()|number_format:0:'':' '} Ft
|
||||
</span>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
{if $user->get_uk_balance_expires()}
|
||||
<div class="list_item line_height14 bigger_space" style="margin-bottom: 20px;">
|
||||
{if $user->get_uk_balance_expire_date()}
|
||||
Az egyenleg lejár: <span class="bold">{{$user->get_uk_balance_expire_date()|date_format:"%Y.%m.%d"}}</span>
|
||||
{elseif $user->get_uk_last_deposit()}
|
||||
{else}
|
||||
<span class="bold">Kérjük, töltse fel egyenlegét!</span>
|
||||
{/if}
|
||||
</div>
|
||||
{/if}
|
||||
{/if}
|
||||
|
||||
{if $action->get_de_training()|is_a:'training'}
|
||||
|
||||
Reference in New Issue
Block a user