{label name="title"} {input name='title'} {error name="title"} |
{label name="post"} {input name='post'} {error name="post"} |
{label name="tf"} {input name='tf'} {error name="tf"} |
{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} |