{config_load file="$language/lang.conf" section="latest_news"}

{#heading_text#}


{if $ONE eq 1} {assign var="module_data" value=$module_content[0]} {$module_data.NEWS_DATA} - {$module_data.NEWS_HEADING}

{$module_data.NEWS_CONTENT|os_truncate:$smarty.const.MAX_DISPLAY_LATEST_NEWS_CONTENT:" ..."}
{#other_news#}

{else} {foreach name=aussen item=module_data from=$module_content} {$module_data.NEWS_DATA} - {$module_data.NEWS_HEADING}

{$module_data.NEWS_CONTENT|os_truncate:$smarty.const.MAX_DISPLAY_LATEST_NEWS_CONTENT:" ..."}
{#other_news#}

{/foreach}
{/if}