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

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

## %if c.reply: ## ${tiles.comment.show(c.reply)} ## %endif ${t.create_form(c.reply, c.topic, wiki=c.wiki, can_wiki=True, variant=c.variant)}