{% extends "layout.twig" %} {% block title %}${ "Delete Comment" | translate("comments") }{% endblock %} {% block content %}

${ "Are you sure you want to delete this comment?" | translate("comments") }

${ "Excerpt" | translate }

${ comment.body | truncate(500) }

{% endblock %}