<%include include/head.html>

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

<%foreach knownSones sone>
(<%= View.Sone.Label.LastUpdate|l10n|html> <% sone.time|date format="MMM d, yyyy, HH:mm:ss">)
<%ifnull ! currentSone> <%if sone.isFriend>
<%else> <%/if> <%if sone.isBlocked>
<%else>
<%/if> <%/if>
<%foreachelse>
<%= Page.KnownSones.Text.NoKnownSones|l10n|html>
<%/foreach>
<%include include/tail.html>