<%inherit file="/template.html" /> <%namespace name="components" file="/components.html"/> <%namespace name="t" file="/comment/tiles.html"/> <%def name="title()">${_("Edit comment") if h.comment.wording() else _("Edit argument")} <%def name="breadcrumbs()"> ${h.delegateable.breadcrumbs(c.comment.topic)|n} » ${_("Edit comment") if h.comment.wording() else _("Edit 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"> %if c.comment.reply: ${tiles.comment.show(c.comment.reply, recurse=False)} %endif ${t.edit_form(c.comment, came_from=c.came_from)}