<%ifnull sone.name>

<%= Page.ViewSone.Page.TitleWithoutSone|l10n|html>

<%= Page.ViewSone.UnknownSone.Description|l10n|html>
<%else>

<%= Page.ViewSone.Page.TitleWithSone|l10n|insert needle="{sone}" key=sone.name|html>

<%= Page.ViewSone.PostList.Title|l10n|insert needle="{sone}" key=sone.name|html>

<%foreach sone.posts post>
<% post.text|html>
<% post.time|date format="MMM d, yyyy, HH:mm:ss">
<%foreachelse>
<%= Page.ViewSone.PostList.Text.NoPostYet|l10n|html>
<%/foreach>
<%/if>