{#ARCHIVE_FROM#} {$month_name}, {$year} {#ARCHIVE_YEAR#}



{if $newsarchive->newsarchive_show_days == 1}
{#ARCHIVE_DAYS#}
{if $day == 0} {else} {/if} {foreach from=$days item=month_day} {if $day == $month_day} {else} {/if} {/foreach}
{#ARCHIVE_ALL_DAY#}{#ARCHIVE_ALL_DAY#}{$month_day|string_format:"%02d"}{$month_day|string_format:"%02d"}
{/if} {if !$documents} {#ARCHIVE_NOT_FOUND#} {else} {if $day == 0} {else} {/if} {foreach from=$documents item=document} {/foreach}
{#ARCHIVE_DOC_NAME#} {#ARCHIVE_PUBLIC_DATE#} {#ARCHIVE_IN_RUBRIC#}{#ARCHIVE_DOC_NAME#} {#ARCHIVE_PUBLIC_DATE#} {#ARCHIVE_IN_RUBRIC#}
{$document->document_title} {$document->document_published|date_format:$DATE_FORMAT|pretty_date} {$document->rubric_title}
{/if}