<?php /* Smarty version 2.6.28, created on 2018-02-12 22:09:27
         compiled from /home/solusito/public_html/templates/eco-net-v3-5/clientareaquotes.tpl */ ?>
		<div class="bigheader">
			<h2><?php echo $this->_tpl_vars['LANG']['quotestitle']; ?>
</h2>
		</div><!-- .bigheader -->

<?php $_from = $this->_tpl_vars['quotes']; if (!is_array($_from) && !is_object($_from)) { settype($_from, 'array'); }if (count($_from)):
    foreach ($_from as $this->_tpl_vars['num'] => $this->_tpl_vars['quote']):
?>

			<div class="featureboxes1">

				<div class="featurebox box<?php echo $this->_tpl_vars['quote']['num']; ?>
">
				
					<div class="title">
						<h2><?php echo $this->_tpl_vars['quote']['subject']; ?>
 (#<?php echo $this->_tpl_vars['quote']['id']; ?>
)</h2>
					</div>
		
					<div class="main">
					
						<p><?php echo $this->_tpl_vars['LANG']['quotedatecreated']; ?>
: <?php echo $this->_tpl_vars['quote']['datecreated']; ?>
 &nbsp;&nbsp;&nbsp; <?php echo $this->_tpl_vars['LANG']['quotevaliduntil']; ?>
: <?php echo $this->_tpl_vars['quote']['validuntil']; ?>
</p>
		
						<p>[ <?php echo $this->_tpl_vars['quote']['stage']; ?>
 ]</p>
						
						<p class="buttons">
							<a href="dl.php?type=q&id=<?php echo $this->_tpl_vars['quote']['id']; ?>
" class="button1 color1"><?php echo $this->_tpl_vars['LANG']['quotedownload']; ?>
</a>
							<a href="viewquote.php?id=<?php echo $this->_tpl_vars['quote']['id']; ?>
" target="_blank" class="button1 color2"><?php echo $this->_tpl_vars['LANG']['quoteview']; ?>
</a>
						</p>
			
					</div>	
				</div>

			</div><!-- .featureboxes1 -->

<?php endforeach; else: ?>

	<div class="notice notice-error">
		<div class="inside">
			<p><?php echo $this->_tpl_vars['LANG']['noquotes']; ?>
</p>
		</div>
	</div>

<?php endif; unset($_from); ?>
