{extends "idf/gadmin/usher/base.html"} {block docclass}yui-t3{assign $inUsher=true}{/block} {block body} {if count($servers) == 0} {else} {foreach $servers as $server} {/foreach} {/if}
{trans "server name"} {trans "status"} {trans "action"}
{trans 'No monotone servers configured.'}
{$server.name} {$server.status} {if preg_match("/ACTIVE|WAITING|RUNNING|SLEEPING/", $server.status)} {trans 'stop'} {elseif $server.status == "STOPPED"} {trans 'start'} {/if} {if preg_match("/ACTIVE|WAITING|SLEEPING|STOPPING/", $server.status)} | {trans 'kill'} {/if} {if preg_match("/STOPPING|ACTIVE/", $server.status)} | {trans 'active connections'} {/if}
{/block} {block context}

{trans 'Status explanation'}

{/block}