{% extends "freeadmin/generic_form.html" %} {% block form %} {% blocktrans with name=name %}Are you sure you want to destroy "{{ name }}"?{% endblocktrans %}

{% blocktrans count counter=datasets|length %} This will delete all files within the dataset. {% plural %} This will delete all files within the dataset and child datasets. {% endblocktrans %} {{ block.super }} {% endblock %} {% block oklabel %}{% trans "Yes" %}{% endblock %}