{if $published}
{$CONST.ENTRY_PUBLISHED|sprintf:$published|escape}
{/if}
{if $error_publish}
{$CONST.PUBLISH_ERROR}: {$error_publish}
{/if}
{if (($updateCheck == "stable" || $updateCheck == "beta") && ($curVersion == -1 || $update)) || $pluginUpdates}
{/if}
{if $no_create !== true}
{serendipity_hookPlugin hook="backend_dashboard" hookAll="true"}
{/if}