{% extends 'generic/_base.html' %} {% load i18n %} {% block title %}{% blocktrans with name=catalog.name %}Duplicate Objects — {{ name }}{% endblocktrans %}{% endblock %} {% block page-header %}
{% trans "No duplicate objects found. Every object appears in at most one static folder." %}
{% blocktrans with count=duplicate_count %} The following {{ count }} object(s) appear in more than one static folder within this catalog. Dynamic folders are excluded from this check. {% endblocktrans %}
| {% trans "Object" %} | {% trans "Folders" %} |
|---|---|
| {% if row.obj %} {{ row.obj }} {% else %} {% trans "Object" %} #{{ row.obj_pk }} {% endif %} | {% for folder in row.folders %} {{ folder.name }} {% endfor %} |