{if !$authMsg}
{form name="save"} {if $send_notification} {/if}
{label name="title"}
{input name='title'}
{error name="title"}
{label name="post"}
{input name='post'}
{error name="post"} {$attachments}
{input name='enSentNotification'} {label name="enSentNotification"}
{label name="tf"}
{input name='tf'}
{error name="tf"}
{submit name="draft" class="ow_ic_save"} {submit name="publish" class="ow_positive"}
{/form}
{block_decorator name="box" addClass="ow_stdmargin" langLabel='blogs+this_post'}
{text key="blogs+status"} {if $info.dto->getId()} {if $info.dto->isDraft()} {text key="blogs+status_draft"} {else} {text key="blogs+status_published"} {/if} {else} {text key="blogs+status_draft"} {/if}
{text key="blogs+last_saved"} {if $info.dto->getId()} {format_date timestamp=$info.dto->getTimestamp()} {else} {text key="blogs+not_yet"} {/if}
{/block_decorator}
{else}
{$authMsg}
{/if}