{for $n in $news}
{if !empty({$n.image})}
{$n.title}
{/if}

{$n.title}

{lang Posted by %s, on the %s|{$n.author}|{$n.created_date|strftime_db:'%d %B %Y, %Hh%M'}}

{$n.content}
{/for} {empty}

{lang No news in this category.}

{/empty}