{% extends "base.html" %} {% load filefunctions %} {% block title %}{{ block.super }}Delete undescribed files{% endblock %} {% block content %}

Do you really want to delete the following undescribed files?

{% csrf_token %}
{{form.as_p}}

yes

no


{% endblock %}