diff --git a/templates/duplicates.html b/templates/duplicates.html index a428615..ceba77f 100644 --- a/templates/duplicates.html +++ b/templates/duplicates.html @@ -88,9 +88,9 @@

قارن كل وثيقة مكررة مع نسختها الأصلية واحذف ما تريد.

- + {% if total_duplicates %} - + {% endif %}
@@ -98,7 +98,7 @@ {% if not groups %}

لا توجد وثائق مكررة حالياً.

-

+

{% else %} @@ -115,7 +115,7 @@ class="dup-card-img" alt="وثيقة {{ d.id }}" loading="lazy" decoding="async" - onclick="openLightbox(this)"> + data-action="lightbox">
الشخص: {% if d.person_id %} @@ -131,9 +131,9 @@
فتح {% if role == 'duplicate' %} - + {% endif %} - +
{% endmacro %} @@ -155,8 +155,8 @@
{% endfor %} -