<#Edit Live Servers#>
{$formfields.section.label|escape}
{$formfields.querytype.label|escape}
{$formfields.rcon.label|escape}
{$formfields.enabled.label|escape}
{foreach name="loop" from=$servers item='s' key='ip'}
{if $form[$ip].section.error}
{$form[$ip].section.error|escape}
{/if}
<#Halflife 1 or 2#>
<#Halflife (no steam)#>
{if $form[$ip].querytype.error}
{$form[$ip].querytype.error|escape}
{/if}
{/foreach}
{include file='block_form_footer.html'}