<%include include/head.html>

<%= Page.Options.Page.Title|l10n|html>

<%= Page.Options.Page.Description|l10n|html>

<%= Page.Options.Section.SoneSpecificOptions.Title|l10n|html>

<%ifnull currentSone>

<%= Page.Options.Section.SoneSpecificOptions.NotLoggedIn|l10n|html|replace needle="{link}" replacement=''|replace needle="{/link}" replacement=''>

<%else>

<%= Page.Options.Section.SoneSpecificOptions.LoggedIn|l10n|html>

<%/if>

disabled="disabled"<%/if><%if auto-follow> checked="checked"<%/if> /> <%= Page.Options.Option.AutoFollow.Description|l10n|html>

<%= Page.Options.Section.RuntimeOptions.Title|l10n|html>

<%= Page.Options.Option.InsertionDelay.Description|l10n|html>

<%= Page.Options.Option.PostsPerPage.Description|l10n|html>

<%= Page.Options.Section.TrustOptions.Title|l10n|html>

<%= Page.Options.Option.PositiveTrust.Description|l10n|html>

<%= Page.Options.Option.NegativeTrust.Description|l10n|html>

<%= Page.Options.Option.TrustComment.Description|l10n|html>

<%= Page.Options.Section.RescueOptions.Title|l10n|html>

<%= Page.Options.Option.SoneRescueMode.Description1|l10n|html>

<%= Page.Options.Option.SoneRescueMode.Description2|l10n|html>

<%= Page.Options.Option.SoneRescueMode.Description3|l10n|html>

<%= Page.Options.Section.Cleaning.Title|l10n|html>

<%= Page.Options.Option.ClearOnNextRestart.Description|l10n|html|replace needle="{strong}" replacement=""|replace needle="{/strong}" replacement="">

<%= Page.Options.Option.ReallyClearOnNextRestart.Description|l10n|html|replace needle="{strong}" replacement=""|replace needle="{/strong}" replacement="">

<%include include/tail.html>