<%inherit file="/template.html" /> <%namespace name="components" file="/components.html"/> <%namespace name="t" file="/comment/tiles.html"/> <%def name="title()">${_("Edit comment")} <%def name="breadcrumbs()"> ${h.delegateable.breadcrumbs(c.comment.topic)|n} » ${_("Edit comment")}

${_("Comment on: %s") % h.delegateable.link(c.comment.topic, icon_size=24)|n}

%if c.comment.reply: ${tiles.comment.show(c.comment.reply, recurse=False)} %endif ${t.edit_form(c.comment)}