{% extends 'vesper/base.html' %} {% block head %} Delete clips {% load static %} {% load vesper_extras %} {% endblock head %} {% block main %}

Delete clips

Deletes the specified clips from this Vesper archive.

{% include "vesper/clips-specification-message.html" %}

All data associated with the clips, including their audio files, annotations, and tags, are deleted. You can optionally specify a number of clips to retain. The retained clips are selected at random from those specified, with all clips equally likely to be retained.

{% include "vesper/command-executes-as-job-message.html" %}

You can delete a lot of clips and associated data with this command, and your changes cannot be undone, so proceed with caution!

{% csrf_token %} {% include "vesper/clip-set-form-elements.html" %} {{ form.retain_count|form_element }}
{% endblock main %}