{include file="header.html"} {title value=$layout.pagetitle help="daemoninstancelist" link="{fontimg src='add'} {trans('Dodaj instancję')}"} {box} {heading class="noborder noshadow"}
{trans("Host")} :
{/heading} {body} {if $instancelist} {foreach from=$instancelist item=instance} {/foreach}
{trans("Nazwa")} {trans("Host")} {trans("Prio")} {trans("Moduł")}
{trans("Crontab")}
{trans("Opis")}
{$instance.name} {$instance.hostname} {$instance.priority} {$instance.module}
{$instance.crontab}
{$instance.description}
{else}

 

{trans("Brak skonfigurowanych instancji")}

 

{/if} {/body} {/box} {include file="footer.html"}