{% extends "core/base.jinja" %} {% block title %} {% trans %}Delete user's forum messages{% endtrans %} {% endblock %} {% block content %}

{% trans %}Delete all forum messages from an user{% endtrans %}

{% csrf_token %} {{ form.as_p() }}

{% trans %}If you have trouble using this utility (timeout error, 500 error), try using the command line utility{% endtrans %}

{% endblock %}