unset($_smarty_tpl_vars);
?>

<h1 id="loginHeader"><?php 
ob_start();
echo smarty_function_translate(array('text' => '_backend_login'), $this);
$this->_smarty_vars['capture']['default'] = ob_get_contents();
$this->assign('translation__backend_login', ob_get_contents());
ob_end_clean();
echo is_array($_tmp = $this->_tpl_vars['translation__backend_login']) ? $this->_run_mod_handler('branding', true, $_tmp) : $this->_plugins['modifier']['branding'][0][0]->branding($_tmp);
?>
</h1>

<div id="logoContainer">
	<?php 
echo smarty_function_img(array('src' => smarty_modifier_or(is_array($_tmp = 'BACKEND_LOGIN_LOGO') ? $this->_run_mod_handler('config', true, $_tmp) : $this->_plugins['modifier']['config'][0][0]->config($_tmp), "image/promo/transparentlogo.png")), $this);
?>

</div>

<div id="loginContainer">
<?php 
if ($this->_tpl_vars['request']['failed']) {
    ?>
	<div class="loginFailed"><?php 
    echo smarty_function_translate(array('text' => '_login_failed'), $this);
    ?>
</div>
<?php 
}
?>
    ?>
	<?php 
    echo $this->_tpl_vars['field']['valuePrefix_lang'];
    echo smarty_function_textfield(array('id' => "product_" . $this->_tpl_vars['cat'] . "_" . $this->_tpl_vars['item']['ID'] . "_" . $this->_tpl_vars['fieldName'], 'name' => $this->_tpl_vars['prefix'] . $this->_tpl_vars['fieldName'], 'class' => 'text numeric'), $this);
    echo $this->_tpl_vars['field']['valueSuffix_lang'];
    ?>


<?php 
} elseif ($this->_tpl_vars['field']['type'] == 3) {
    ?>
	<?php 
    if (!$this->_tpl_vars['disableAutocomplete']) {
        ?>
		<?php 
        $this->assign('autocompleteController', smarty_modifier_or($this->_tpl_vars['autocompleteController'], 'backend.product'));
        ?>
		<?php 
        $this->assign('autocomplete', "controller=" . $this->_tpl_vars['autocompleteController'] . " field=" . $this->_tpl_vars['fieldName']);
        ?>
	<?php 
    }
    ?>
	<?php 
    ob_start();
    echo $this->_tpl_vars['textFieldClass'];
    $this->_smarty_vars['capture']['default'] = ob_get_contents();
    $this->assign('blockAsParamValue', ob_get_contents());
    ob_end_clean();
    echo smarty_function_textfield(array('id' => "product_" . $this->_tpl_vars['cat'] . "_" . $this->_tpl_vars['item']['ID'] . "_" . $this->_tpl_vars['fieldName'], 'name' => $this->_tpl_vars['prefix'] . $this->_tpl_vars['fieldName'], 'class' => "text " . $this->_tpl_vars['blockAsParamValue'], 'autocomplete' => $this->_tpl_vars['autocomplete']), $this);
    ?>
	<tr class="<?php 
            echo smarty_function_zebra(array('loop' => 'types'), $this);
            if ($this->_foreach['types']['iteration'] == $this->_foreach['types']['total']) {
                ?>
 last<?php 
            }
            ?>
">
		<td class="param ratingCategoryName">
			<?php 
            ob_start();
            echo smarty_function_translate(array('text' => '_default_rating_category'), $this);
            $this->_smarty_vars['capture']['default'] = ob_get_contents();
            $this->assign('blockAsParamValue', ob_get_contents());
            ob_end_clean();
            echo smarty_modifier_or($this->_tpl_vars['type']['name_lang'], $this->_tpl_vars['blockAsParamValue']);
            ?>

		</td>
		<?php 
            unset($this->_sections['rate']);
            $this->_sections['rate']['start'] = (int) 0;
            $this->_sections['rate']['loop'] = is_array($_loop = is_array($_tmp = 'RATING_SCALE') ? $this->_run_mod_handler('config', true, $_tmp) : $this->_plugins['modifier']['config'][0][0]->config($_tmp)) ? count($_loop) : max(0, (int) $_loop);
            unset($_loop);
            $this->_sections['rate']['name'] = 'rate';
            $this->_sections['rate']['show'] = true;
            $this->_sections['rate']['max'] = $this->_sections['rate']['loop'];
            $this->_sections['rate']['step'] = 1;
            if ($this->_sections['rate']['start'] < 0) {
                $this->_sections['rate']['start'] = max($this->_sections['rate']['step'] > 0 ? 0 : -1, $this->_sections['rate']['loop'] + $this->_sections['rate']['start']);
            } else {
<?php

/* Smarty version 2.6.26, created on 2015-12-04 09:31:06
   compiled from custom:order/orderTableDetails.tpl */
require_once SMARTY_CORE_DIR . 'core.load_plugins.php';
smarty_core_load_plugins(array('plugins' => array(array('modifier', 'or', 'custom:order/orderTableDetails.tpl', 1, false), array('modifier', 'default', 'custom:order/orderTableDetails.tpl', 42, false), array('function', 'zebra', 'custom:order/orderTableDetails.tpl', 4, false), array('function', 'translate', 'custom:order/orderTableDetails.tpl', 31, false))), $this);
$this->assign('colspan', smarty_modifier_or($this->_tpl_vars['colspan'], 4));
?>

<?php 
$_from = $this->_tpl_vars['shipment']['items'];
if (!is_array($_from) && !is_object($_from)) {
    settype($_from, 'array');
}
$this->_foreach['shipment'] = array('total' => count($_from), 'iteration' => 0);
if ($this->_foreach['shipment']['total'] > 0) {
    foreach ($_from as $this->_tpl_vars['item']) {
        $this->_foreach['shipment']['iteration']++;
        ?>
	<tr class="<?php 
        echo smarty_function_zebra(array('loop' => 'shipment'), $this);
        if ($this->_tpl_vars['productsInSeparateLine']) {
            ?>
 topLine<?php 
        }
        ?>
">
		<td class="sku">
			<?php 
        echo $this->_tpl_vars['item']['Product']['sku'];
        ?>