$_('Auto refresh:') $if getcookie('auto_refresh') == '1': ($getcookie('auto_refresh_secs')) $_('seconds'))   $:render.part_button('GET', '/refresh/set', _('Set'), 'tango/preferences-system.png') $:render.part_button('POST', '/refresh/off', _('Disable'), 'tango/process-stop.png') $else: $_('Off')   $:render.part_button('POST', '/refresh/on', _('Enable'), 'tango/view-refresh.png') $#end