{if $CONFIG.modules.news.avail eq 'Y'} {if not $subscribe and not $archive} {capture name=news} {if $fact}

{$fact.caption}

{$fact.date}

{if $fact.img}
 
{/if}
{$fact.content}
{if $fact.img}
{/if}
{else} {foreach from=$news_list item=fact name=news} {if $fact.img} {/if}

{$fact.caption}

{$fact.date}

{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}
{/foreach} {/if}
{$LABEL.link_rss_subscribe} | {$LABEL.lbl_news_archive} {include file="_system_/social_bookmarks.html" label=true}
{/capture} {include file="_system_/center_block.html" title=$LABEL.lbl_news content=$smarty.capture.news id="news"} {elseif $archive} {capture name=news} {if $archive_news}

{$LABEL.note_news_archive}

{foreach from=$archive_news item=facts key=dt}

{$dates.$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 id="news"} {/if} {else} {capture name=news}

{$LABEL.lbl_module_disabled}

{/capture} {include file="_system_/center_block.html" title=$LABEL.lbl_news content=$smarty.capture.news id="news"} {/if}