Files
ISP-Billing/ui/compiled/94e13b845eb661db4d0acd438948d2cc5489fdaa_0.file.autoload-pool.tpl.php
2026-01-16 12:16:14 +01:00

41 lines
1.3 KiB
PHP

<?php
/* Smarty version 4.3.1, created on 2025-12-18 17:05:44
from '/var/www/html/yatmack/ui/ui/autoload-pool.tpl' */
/* @var Smarty_Internal_Template $_smarty_tpl */
if ($_smarty_tpl->_decodeProperties($_smarty_tpl, array (
'version' => '4.3.1',
'unifunc' => 'content_69440a38d7fc96_35732448',
'has_nocache_code' => false,
'file_dependency' =>
array (
'94e13b845eb661db4d0acd438948d2cc5489fdaa' =>
array (
0 => '/var/www/html/yatmack/ui/ui/autoload-pool.tpl',
1 => 1712578762,
2 => 'file',
),
),
'includes' =>
array (
),
),false)) {
function content_69440a38d7fc96_35732448 (Smarty_Internal_Template $_smarty_tpl) {
?><option value=''><?php echo Lang::T('Select Pool');?>
</option>
<?php
$_from = $_smarty_tpl->smarty->ext->_foreach->init($_smarty_tpl, $_smarty_tpl->tpl_vars['d']->value, 'ds');
$_smarty_tpl->tpl_vars['ds']->do_else = true;
if ($_from !== null) foreach ($_from as $_smarty_tpl->tpl_vars['ds']->value) {
$_smarty_tpl->tpl_vars['ds']->do_else = false;
?>
<option value="<?php echo $_smarty_tpl->tpl_vars['ds']->value['pool_name'];?>
"><?php echo $_smarty_tpl->tpl_vars['ds']->value['pool_name'];
if ($_smarty_tpl->tpl_vars['routers']->value == '') {?> - <?php echo $_smarty_tpl->tpl_vars['ds']->value['routers'];
}?></option>
<?php
}
$_smarty_tpl->smarty->ext->_foreach->restore($_smarty_tpl, 1);
}
}