<?php /* Smarty version 2.6.28, created on 2021-06-02 11:53:13
         compiled from /home/vinhostm/public_html/order/templates/portal/supportticketsubmit-stepone.tpl */ ?>
<p><?php echo $this->_tpl_vars['LANG']['supportticketsheader']; ?>
</p>
<?php if ($this->_tpl_vars['departments']): ?>
<ul>
  <?php $_from = $this->_tpl_vars['departments']; if (!is_array($_from) && !is_object($_from)) { settype($_from, 'array'); }if (count($_from)):
    foreach ($_from as $this->_tpl_vars['num'] => $this->_tpl_vars['department']):
?>
  <li><a href="<?php echo $_SERVER['PHP_SELF']; ?>
?step=2&amp;deptid=<?php echo $this->_tpl_vars['department']['id']; ?>
"><strong><?php echo $this->_tpl_vars['department']['name']; ?>
</strong></a><?php if ($this->_tpl_vars['department']['description']): ?> - <?php echo $this->_tpl_vars['department']['description']; ?>
<?php endif; ?></li>
  <?php endforeach; endif; unset($_from); ?>
</ul>
<?php else: ?>
<br />
<div class="errorbox"><?php echo $this->_tpl_vars['LANG']['nosupportdepartments']; ?>
</div>
<?php endif; ?>
<br /><br /><br /><br /><br />