{extends "../@layout.xml"} {block title}{_view_topic} "{$topic->getTitle()}"{/block} {block header} {$club->getCanonicalName()} » {_discussions} » {_view_topic}
{_edit_topic_action}
{/block} {block content}
{$topic->getTitle()}
{$topic->getOwner()->getCanonicalName()}
{_created} {$topic->getPublicationTime()}
{include "../components/comments.xml", comments => $comments, count => $count, page => $page, model => "topics", club => $club, readOnly => $topic->isClosed(), parent => $topic}
{/block}