{% extends "modal.html" %} {% load i18n %} {% block header %} {% trans "Delete this note?" %} {% endblock header %} {% block body %}

{% trans "This will also delete any replies to this note." %}

{% endblock body %} {% block footer %}
{% csrf_token %}
{% endblock footer %}