${c.post.title}
Posted by ${c.post.user.nick} on ${c.post.created.strftime('%B %d, %Y')}
${h.literal(c.post.body)}
No Responses
% elif len(c.post.comments) == 1:
One Response
% else:${len(c.post.comments)} Responses
% endif % if len(c.post.comments) > 0: % endif % endif % if c.post.comment_status == u'open':Leave a Reply
% if not c.current_user:You must be logged in to post a comment.
% else:
${comment.created.strftime('%B %d, %Y')} at ${comment.created.strftime('%H:%M')} edit ${comment.body}