2 <div class="avatar"><a href="${c.post.creator.url}"><img src="/post-article.png" width="32" height="32" /></a></div>
5 % if hasattr(c.post, 'name') and len(c.post.name):
6 <big><a href="${c.post.url}" title="permalink">${c.post.name}</a></big>
9 % if hasattr(c.post, 'deletion_status') and c.post.deletion_status is True:
10 % if hasattr(c.post, 'deletion_timestamp'):
11 <p class="lo-contrast"><em>Post deleted at ${c.post.deletion_timestamp}</em></p>
13 <p class="lo-contrast"><em>Post deleted</em></p>
17 <div class="details"><small><span class="author"><strong><a href="${c.post.creator.url}">${h.literal(c.post.creator.name)}</a></strong></span> • <a href="${c.post.url}" title="permalink">${c.post.creation_timestamp}</a>
18 &bull <a href="${c.post.url}/edit?redir=${c.current_url}">edit</a>
19 &bull <a href="${c.post.url}/delete?redir=${c.current_url}">delete</a>
22 <div class="details"><small><a href="">${c.post.children_count()} direct responses, 25 responses in total, 10 likes</a></small></div>