{% extends "webui/entities/base.html" %} {% load thumbnail webui_tags %} {% block title %}{{ entity.id }}{% endblock %} {% block breadcrumbs %}{{ block.super }} {% breadcrumbs entity "Remove duplicate files" %} {% endblock breadcrumbs %} {% block content %}

{{ entity.id }}

Remove duplicate files

Multiple copies of the following file(s) were found in this object's list of files.

View entity.json

Duplicate file data often overwrites earlier, more accurate data. It's possible to get the earlier metadata—ask an administrator to review the Git commit history. If you don't care about the metadata, feel free to just click and remove the duplicates.

{% csrf_token %}

{{ form.confirmed }} {{ form.confirmed.help_text }}

  Cancel
{% endblock content %}