{if $topics} {/if} {if fn_check_admin_rights('users', 'edit')} {assign var=user_edit_allowed value=true} {else} {assign var=user_edit_allowed value=false} {/if} {foreach from=$topics item=topic} {foreachelse} {/foreach}
  {$LABEL.lbl_topic_title} {$LABEL.lbl_author} {$LABEL.lbl_topic_create_time} {$LABEL.lbl_last_message}
{$LABEL.lbl_select_all} {$LABEL.lbl_unselect_all}
{$topic.title} {if $topic.user_id gt 0 and $user_edit_allowed} {$topic.user_name} {else} {$topic.user_name} {/if} ({$topic.user_email}) {$topic.create_time} {$topic.update_time} {$LABEL.lbl_from}
{if $topic.user_upd_time gt $topic.admin_upd_time} {$topic.user_name} {else} {$LABEL.lbl_administration} {/if}
{$LABEL.lbl_empty_list}
{if $topics}
{$LABEL.lbl_selected_topics} {$LABEL.link_set_status}:
{/if}