{if $CONFIG.modules.news.avail eq 'Y'} {if not $subscribe and not $archive} {assign var=class value=""} {capture name=news} {if $fact}
{if $fact.short_descr} {$fact.short_descr} {$LABEL.link_read_full_text} {else} {$fact.content} {if $fact.cutted} {$LABEL.link_read_full_text} {/if} {/if}
{if $fact.img} {/if} {if not $smarty.foreach.news.last}{$LABEL.lbl_empty_list}
{/foreach} {/if}{$LABEL.note_news_archive}
{foreach from=$archive_news item=facts key=dt} {/foreach} {else} {$LABEL.lbl_news_archive_is_empty} {/if} {/capture} {include file="_system_/center_block.html" title=$LABEL.lbl_news_archive content=$smarty.capture.news} {else} {capture name=subscribe} {if $error_texts} {foreach from=$error_texts item=error_text}{$LABEL.err_error_occured}: {$error_text}
{/foreach} {else}{if $confirm} {$LABEL.msg_user_confirmed_subscribe_news} {elseif $unsubscribe} {$LABEL.msg_user_unsubscribed_news} {else} {$LABEL.msg_user_subscribed_news} {/if}
{/if} {/capture} {include file="_system_/center_block.html" title=$LABEL.mhead_subscribe_news content=$smarty.capture.subscribe} {/if} {else} {capture name=news}{$LABEL.lbl_module_disabled}
{/capture} {include file="_system_/center_block.html" title=$LABEL.lbl_news content=$smarty.capture.news} {/if}