Points/src/Application/views/azure/tpl/account/inc/oxvoucher.tpl

25 lines
1.5 KiB
Smarty

[{* Gutschein *}]
[{block name="d3accountpoints_list_with_points_oxvoucher"}]
[{assign var="oVoucher" value=$oPoint->d3GetVoucher()}]
<tr>
<td class="column first[{$RowStyle}]"><label>[{oxmultilang
ident="D3_ACCOUNT_POINTS_VOUCHERTYPE"}] <span style="font-style:italic">[{$oVoucher->oxvouchers__oxvouchernr->value}]</span></label>
</td>
<td class="column second[{$RowStyle}]"><label>
&nbsp;&nbsp;[{$oPoint->d3points__oxtime->rawValue|date_format:"%d.%m.%Y"}]</label></td>
<td class="column third[{$RowStyle}]"><label>&nbsp;&nbsp;
[{if $oPoint->d3points__d3points->value > 0}]+[{/if}][{$oPoint->d3points__d3points->value}]</label></td>
<td class="column fourth[{$RowStyle}]"><label>
&nbsp;&nbsp;[{*$oPoint->d3points__oxtext->rawValue*}]
[{if $oVoucher->discount}][{oxmultilang ident="D3_ACCOUNT_POINTS_VOUCHER_VALUE"}]
[{$oVoucher->discount}] [{$currency->sign}][{/if}]
[{if $oVoucher->oxvouchers__oxdateused->rawValue =='0000-00-00' && $oVoucher->oxvouchers__oxreserved->rawValue > 0}]
<br>&nbsp;&nbsp;[{oxmultilang ident="D3_ACCOUNT_POINTS_VOUCHER_RESERVED"}]
[{$oVoucher->oxvouchers__oxreserved->rawValue|date_format:"%d.%m.%Y" }][{/if}]
[{if $oVoucher->oxvouchers__oxdateused->rawValue !='0000-00-00'}]<br>&nbsp;&nbsp;[{
oxmultilang ident="D3_ACCOUNT_POINTS_VOUCHER_USED"}]
[{$oVoucher->oxvouchers__oxdateused->rawValue|date_format:"%d.%m.%Y"}][{/if}]
</label></td>
</tr>
[{/block}]