{if $entry_vars.entry.title}{$CONST.EDIT_ENTRY}{else}{$CONST.NEW_ENTRY}{/if}

{if $entry_vars.errMsg} {$entry_vars.errMsg} {/if}
{foreach $entry_vars.hiddens as $key => $value} {/foreach} {$entry_vars.formToken}

{$CONST.CATEGORIES}

{if class_exists('serendipity_event_freetag')}

{$CONST.EDITOR_TAGS}

{/if}
{if NOT $entry_vars.wysiwyg}
{if $iso2br} {/if} {serendipity_hookPlugin hook="backend_entry_toolbar_body" data=$entry_data.entry hookAll="true"}
{else}
{serendipity_hookPlugin hook="backend_entry_toolbar_body" data=$entry_data.entry hookAll="true"}
{/if}
{if NOT $entry_vars.wysiwyg}
{if $iso2br} {/if} {serendipity_hookPlugin hook="backend_entry_toolbar_extended" data=$entry_data.entry hookAll="true"}
{else}
{serendipity_hookPlugin hook="backend_entry_toolbar_extended" data=$entry_data.entry hookAll="true"}
{/if}
{$CONST.CATEGORIES} {if class_exists('serendipity_event_freetag')} {$CONST.PLUGIN_EVENT_FREETAG_MANAGETAGS} {/if}
{if $entry_vars.allowDateManipulation}
{/if}
{$CONST.COMMENTS}
{$CONST.CATEGORY}
{foreach from=$entry_vars.category_options item="entry_cat"}
{$entry_cat.depth_pad}
{/foreach}
{capture name='advanced_options'}{$entry_vars.entry|@serendipity_refhookPlugin:'backend_display'}{/capture} {if ! empty($smarty.capture.advanced_options) }
{$smarty.capture.advanced_options}
{/if}
{if $entry_vars.wysiwyg} {foreach from=$entry_vars.wysiwyg_blocks item="wysiwyg_block_item" key="wysiwyg_block_jsname"} {$wysiwyg_block_item|emit_htmlarea_code:$wysiwyg_block_jsname} {/foreach} {$entry_vars.wysiwyg_blocks|@serendipity_refhookPlugin:'backend_wysiwyg_finish'} {/if}