<%inherit file="/template.html" /> <%namespace name="components" file="/components.html"/> <%namespace name="t" file="/comment/tiles.html"/> <%def name="title()">${_("New comment") if h.comment.wording() else _("New argument")} <%def name="breadcrumbs()"> ${h.instance.breadcrumbs(c.instance)|n} ${_("New comment") if h.comment.wording() else _("New argument")} <%block name="headline">

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

<%block name="main_content"> ${t.create_form(c.reply, c.topic, wiki=c.wiki, can_wiki=True, variant=c.variant)}