{if $drawList}
{$CONST.FILTERS} - {$CONST.FIND_ENTRIES}
{$CONST.AUTHOR} {$CONST.CATEGORY} {$CONST.CONTENT}
{$CONST.SORT_ORDER}
{$CONST.SORT_BY} {$CONST.SORT_ORDER} {$CONST.ENTRIES_PER_PAGE}
{if $is_entries}
{if $offSet > 0} {$CONST.PREVIOUS} {/if} {if $count > $perPage} {$CONST.NEXT} {/if}
{$formtoken} {foreach $entries as $entry} {if ($entry@index > $perPage)} {continue} {/if}
{if (!$showFutureEntries) && ($entry.timestamp >= $serverOffsetHour)}* {else}{/if}{if $entry.ep_is_sticky} {$CONST.STICKY_POSTINGS}: {/if}{if $entry.isdraft}{$CONST.DRAFT}: {/if}{$entry.title|escape|truncate:50:"…"} {* Find out if the entry has been modified later than 30 minutes after creation *} {$entry.timestamp|@formatTime:"{$CONST.DATE_FORMAT_SHORT}"} {if $entry.timestamp <= ($entry.last_modified - (60*30))}*{else}{/if}
{$CONST.POSTED_BY} {$entry.author|escape} {if count($entry.cats)} {$CONST.IN} {foreach $entry.cats AS $cat} {$cat}{if (count($entry.cats) > 1) && !$cat@last}, {/if} {/foreach} {/if} {if $entry.preview || (!$showFutureEntries && ($entry.timestamp >= $serverOffsetHour))} {$CONST.PREVIEW}{$CONST.PREVIEW} {else} {$CONST.VIEW}{$CONST.VIEW} {/if} {$CONST.EDIT}{$CONST.EDIT} {$CONST.DELETE}{$CONST.DELETE}
{/foreach} {/if} {* end is_entries *}
{if $offSet > 0} {$CONST.PREVIOUS} {/if} {if $count > $perPage} {$CONST.NEXT} {/if}
{$CONST.EDIT_ENTRY}: #
{/if}{* $drawList end *} {if ( ( (!$switched_output && empty($entries)) || (!$drawList && empty($entries)) ) && ( $get.adminAction != 'new' || $get.adminAction != 'edit' ) && !$is_iframepreview )}
{* We've got nothing *}
{$CONST.NO_ENTRIES_TO_PRINT}
{/if} {if $switched_output} {if ($get.adminAction && $dateval)} {$CONST.DATE_INVALID}
{/if} {if ($get.adminAction && $use_legacy)} {if $is_draft}
{$CONST.IFRAME_SAVE_DRAFT}

{/if} {if $is_iframe}
{$CONST.IFRAME_SAVE}

{/if} {if $is_iframepreview}
{$CONST.IFRAME_PREVIEW}

{/if} {/if} {if ($is_doDelete || $is_doMultiDelete )} {foreach $del_entry AS $delent} {$delent}
{/foreach} {/if} {if ( $is_delete || $is_multidelete )} {* delent and ripent look like $CONST.DELETE_SURE|sprintf:"$del_entry_id - $del_entry_title" *} {foreach $rip_entry AS $ripent} {$ripent}
{/foreach}

{$CONST.NOT_REALLY} {' '|str_repeat:10} {$CONST.DUMP_IT}
{/if} {/if}