{% extends 'social_layer/base.html' %} {% load i18n %} {% block content %}
{% csrf_token %}

{% trans 'Are you sure you want to delete the' %} {% trans 'comment' %}?

{{ form }}
{% endblock content %}