{% extends "layouts" ~ DIR ~ "default.twig" %} {% block title %}{{ "Delete Comment?" | translate("comments") }}{% endblock %} {% block content %}

{{ "Delete Comment?" | translate("comments") }}

{{ "“%s” will be permanently deleted." | translate("comments") | format(comment.author_link()) }}

{% endblock %}