25 lines
743 B
Smarty
25 lines
743 B
Smarty
{extends "pdf/invoicePDF.tpl"}
|
|
|
|
{block showPrices}
|
|
{$showPrices=false}
|
|
{/block}
|
|
|
|
{block "invoice-title"}
|
|
<h1 class="bordered">
|
|
{t invoice=$order.order_no}Dodací list k faktuře č. {invoice}{/t}</h1>
|
|
{/block}
|
|
|
|
{block "bottom-text"}
|
|
<table class="pricebox-wrapper">
|
|
<tr>
|
|
<td width="50%" style="vertical-align: top; padding-top: 30pt;">
|
|
{t}Převzal{/t} ......................................................................................
|
|
</td>
|
|
|
|
<td width="50%" style="vertical-align: top; padding-top: 30pt;" align="right">
|
|
{t}Dne{/t} ......................................................................................
|
|
</td>
|
|
</tr>
|
|
</table>
|
|
{/block}
|