{% extends "layout.twig" %} {% block title %}${ "Edit Comment" | translate }{% endblock %} {% block content %}

${ "Editing Comment" | translate }

${ comment.delete_link('delete'~ ("Delete" | translate), null, null, "button boo right") }

{% if visitor.group.can("edit_comment") %} {# If they can edit all comments, not just this one. #}

{% endif %} ${ trigger.call("edit_comment_options", comment) }
{% endblock %}