{$post.title} {* @event prepare_posts_frontend.%plugin_id%.post_title *} {if !empty($post.plugins.post_title)} {foreach $post.plugins.post_title as $plugin => $output}{$output}{/foreach} {/if}

{if $post.contact_id} {else} {/if} {* *} {$post.datetime|wa_datetime:"humandate"}
{* @event prepare_posts_frontend.%plugin_id%.before *} {if !empty($post.plugins.before)}
{foreach $post.plugins.before as $plugin => $output}{$output}{/foreach}
{/if}
{$post.text}
{if $post.album_id && $post.album.id && $post.album.photos} {include 'post.album.html' album=$post.album inline} {/if} {* @event prepare_posts_frontend.%plugin_id%.after *} {if !empty($post.plugins.after)}
{foreach $post.plugins.after as $plugin => $output}{$output}{/foreach}
{/if} {* *} {* @event frontend_post.%plugin_id%.footer *} {foreach $frontend_post as $plugin => $output} {if !empty($output.footer)}{$output.footer}{/if} {/foreach} {if $show_comments && $post.comments_allowed} {if $post.status eq blogPostModel::STATUS_PUBLISHED} {include 'comments.html' inline} {else}

[`Comments for non published posts are disabled`]

{/if} {/if}