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

${(_("Comment on %s") if h.comment.wording() else _("Argument about %s")) % h.delegateable.link(c.comment.topic)|n}

<%block name="main_content">
${h.field_token()|n}
${_("Are you sure you want to delete this comment?") if h.comment.wording() else _("Are you sure you want to delete this argument?")|n}
${components.savebox(h.entity_url(c.comment), save_text=_('Confirm'))}