<% formPassword|html>
<%if !webInterface.core.identityManager.connected>
<%= Warning.PluginNotConnected.Text|l10n|html|replace needle="{link}" replacement=""|replace needle="{/link}" replacement="">
<%/if>
<%foreach webInterface.notifications.all notification>
<%if notification.dismissable>
<%/if> <% notification>
<%/foreach>
<%ifnull !currentSone> Profile Avatar <%else> Sone is offline <%/if> <%ifnull ! currentSone>
<% currentSone|store key=sone> <%include include/viewSone.html> <%include include/updateStatus.html>
<%/if>