{% extends "layout/base.html" %} {% load i18n %} {% block content %}

{% trans "DELETE ACCOUNT" %}

{% blocktrans %}Your account in Hawkpost is about to be deleted along with all its contents and settings. Are you sure you want to continue?{% endblocktrans %}

{% csrf_token %}

{% endblock content %}