+ +

{{ folder.path }}

+ +

+ These {{ total }} file{{ total|pluralize }} could not be imported, so the sync leaves them alone + instead of reading them again on every run. None of them has been deleted or changed; + they simply are not in the gallery. Any file you edit or replace is examined again on its own, + without you having to do anything here. +

+ + {% if reason_filters %} +
+ All {{ total }} + {% for filter in reason_filters %} + + {{ filter.label }} {{ filter.count }} + + {% endfor %} +
+ {% endif %} + + {% if ignored_images %} + + + + + + + + + + + {% for ignored in ignored_images %} + + + + + + + {% endfor %} + +
FileWhyDetailsNoticed
+
{{ ignored.filename }}
+
{{ ignored.filepath }}
+
{{ ignored.reason_label }}{{ ignored.detail }} + +
+ + {% if page_obj.has_other_pages %} + + {% endif %} + {% else %} +
Nothing has been ignored in this folder.
+ {% endif %} +