%inherit file="/template.html" />
<%namespace name="components" file="/components.html"/>
<%def name="title()">${_("Comment") if h.comment.wording() else _("Argument")}%def>
<%def name="breadcrumbs()">
${h.delegateable.breadcrumbs(c.comment.topic)|n} » ${_("Comment") if h.comment.wording() else _("Argument")}
%def>
<%block name="headline">
${tiles.comment.header(c.comment, active='discussion')}
%block>
<%block name="main_content">
${tiles.comment.show(c.comment)}
%block>