File: //proc/self/cwd/nueva/modules/roja45quotationsprofree/views/templates/front/view_quotation.tpl
{*
* 2016 ROJA45
* All rights reserved.
*
* DISCLAIMER
*
* Changing this file will render any support provided by us null and void.
*
* @author Roja45
* @copyright 2016 Roja45
* @license /license.txt
*}
<div class="row">
<div class="col-xs-12">
<table class="table" id="quotationProducts">
<thead>
<tr>
<th></th>
<th colspan="2"><span class="title_box">{l s='Product' mod='roja45quotationsprofree'}</span></th>
<th>
<span class="title_box ">{l s='Unit Price' mod='roja45quotationsprofree'}{if ($default_tax_method==1)} {l s='(tax excl.)' mod='roja45quotationsprofree'}{else}{l s='(tax incl.)' mod='roja45quotationsprofree'}{/if}</span>
</th>
<th class="text-center"><span class="title_box ">{l s='Qty' mod='roja45quotationsprofree'}</span></th>
<th>
<span class="title_box ">{l s='Total' mod='roja45quotationsprofree'}{if ($default_tax_method==1)} {l s='(tax excl.)' mod='roja45quotationsprofree'}{else}{l s='(tax incl.)' mod='roja45quotationsprofree'}{/if}</span>
</th>
<th colspan="3" class="add_product_quotation_fields"></th>
<th colspan="3" style="display:none;" class="edit_product_quotation_fields"></th>
</tr>
</thead>
<tbody>
{foreach from=$products item=product key=k}
{* Include product line partial *}
{include file='../admin/quote_template_product_line.tpl'}
{/foreach}
</tbody>
</table>
</div>
</div>
<div class="row">
<div class="col-xs-12">
<div class="panel panel-charges"">
{if (sizeof($charges) || !($quotation->isLocked()))}
<div id="charges_table">
{include file='./_charge_table.tpl'}
</div>
{/if}
</div>
</div>
<div class="col-xs-12">
<div class="panel panel-vouchers">
{if (sizeof($discounts) || !($quotation->isLocked()))}
<div id="discount_table">
{include file='./_discount_table.tpl'}
</div>
{/if}
</div>
</div>
</div>
<div class="row">
<div class="col-xs-6">
</div>
<div class="col-xs-6">
<div class="panel panel-total">
{include file='../admin/_quotation_totals.tpl'}
</div>
</div>
</div>
{if ($exchange_rate != 1)}
<div class="row">
<div class="col-xs-12">
<div class="panel panel-total">
<p class="alert alert-warning">
{l s='Your quote has been provided in your requested currency. Please be aware that currency fluctuations may result in the price you have been quoted changing. We reserve the right to change or cancel this quote at any time.' mod='roja45quotationsprofree'}
</p>
</div>
</div>
</div>
{/if}