<%if !identitiesWithoutSone.empty>

<%= Page.Login.CreateSone.Title|l10n|html>

<%= View.CreateSone.Text.WotIdentityRequired|l10n|html|replace needle=="{link}" replacement==''|replace needle=="{/link}" replacement==''>

<%if errorNoIdentity>

<%= View.CreateSone.Text.Error.NoIdentity|l10n|html>

<%/if> <%foreach identitiesWithoutSone identity> <%first> <%/last> <%/foreach>
<%else> <%if !sones.empty>

<%= View.CreateSone.Text.NoNonSoneIdentities|l10n|html|replace needle=="{link}" replacement==''|replace needle=="{/link}" replacement=="">

<%else>

<%= View.CreateSone.Text.NoIdentities|l10n|html|replace needle=="{link}" replacement==''|replace needle=="{/link}" replacement=="">

<%/if> <%/if>