<% if $Credits %>
<% loop $Credits %><% if not $First && not $Last %>, <% end_if %><% if not $First && $Last %><% if $TotalItems > '2' %>,<% end_if %> <%t BlogPostMeta_ss.AND "and" %> <% end_if %><% if $URLSegment %>$Name.XML<% else %>$Name.XML<% end_if %><% end_loop %>
<% end_if %>
<% if $PublishDate %>
<% if $Credits %>
<%t BlogPostMeta_ss.ON "on" %>
<% else %>
<%t BlogPostMeta_ss.POSTED "posted" %>
<% end_if %>
<% end_if %>
<% if $AllVisibleComments %>
<% if $Credits || $PublishDate %> | <% end_if %>
$AllVisibleComments.Count <% if AllVisibleComments.Count == 1 %><%t BlogEntry_ss.COMMENT 'Comment' %><% else %><%t BlogEntry_ss.COMMENTS 'Comments' %><% end_if %>
<% end_if %>