[`ID`]
[`Created`]
[`Updated`]
{foreach $topics as $t}
{$t.id}
{$t.create_datetime|wa_date}
{$t.update_datetime|wa_date}
{$t.title|escape}
{/foreach}
[`All topics`] ({$total_topics})
[`All comments`] ({$total_comments})