<%include include_post_display_infobar.html%>
<%~if not post_deleted or user_perm_moderator%>
<%Slowtwitch::Post::parse_youtube($post_message)%>
<%post_message%>
<%~endif%>
<%~set show_post_notes = 0%><%-- Determine whether or not we need the "post-notes" div --%>
<%~if this_do eq post_preview and in.redo eq post_edit and preview%><%set show_post_notes = 1%>
<%~elsif post_deleted and user_perm_moderator%><%set show_post_notes = 1%>
<%~elsif post_keep and user_perm_moderator%><%set show_post_notes = 1%>
<%~elsif post_moved or post_last_edit_username%><%set show_post_notes = 1%>
<%~endif%>
<%~if show_post_notes%>
<%~if this_do eq post_preview and in.redo eq post_edit and preview%>
<%~set escaped_username = escape_url unescape_html $current.user_username%>
Last edited by: "><%current.user_username%>: <%GForum::date($TIME)%>
<%~elsif post_last_edit_username%>
<%~set escaped_username = escape_url $post_last_edit_username%>
Last " rel="nofollow">edited by:
"><%post_last_edit_username%>: <%post_last_edit_date%>
<%~endif%>
<%~if post_deleted and user_perm_moderator%>
Deleted by:
<%~set escaped_username = escape_url $post_deleted_by%>
"><%post_deleted_by%><%if post_deleted_time%>: <%post_deleted_date%><%endif%>
<%~endif%>
<%~if post_moved%><%-- An empty pointer to the moved post --%>
<%~endif%>
<%~endif%>
<%~set post_attachments_count = 0%>
<%~loop post_attachments%>
<%~if postatt_inline%><%if forum_attachment_inline or not forum_id%><%nextloop%><%endif%><%endif%>
<%~set post_attachments_count += 1%>
<%~endloop%>
<%~if tags.length or post_attachments_count%>
<%~-- /div class="post-footer" --%>
<%~-- /div class="top-spacer" --%>
<%~endif%>
<%~if $serve_ad%>
<%include include_ad_mobile.html%>
<%~set serve_ad = 0%><%set count = 0%>
<%~endif%>
<%-- drow --%>
<%-- dtable --%>
<%GForum::GUI::draw(
draw => post_display_options,
edit => "Edit",
delete => "Delete",
cant_post => "Can't Post",
quote => "Quote",
reply => "Reply",
order => "edit,delete,quote,reply",
a_attribs => "class='btn'",
separator => " ",
)%>