diff --git a/rero_ils/modules/documents/templates/rero_ils/detailed_view_documents.html b/rero_ils/modules/documents/templates/rero_ils/detailed_view_documents.html index ec2cddaffa..e83bc3d67b 100644 --- a/rero_ils/modules/documents/templates/rero_ils/detailed_view_documents.html +++ b/rero_ils/modules/documents/templates/rero_ils/detailed_view_documents.html @@ -216,6 +216,19 @@

+ + {% if record.harvested %} + {% for elocation in holding.electronic_location %} +
+
+   +
+ +
+ {% endfor %} + {% endif %} {% if number_items > 0 %} {% for item in items %} @@ -301,4 +314,4 @@

{{ _('Export Formats') }}:

{{ super() }} {% assets "rero_ils_documents_detailed_js" %} {% endassets %} -{%- endblock javascript %} \ No newline at end of file +{%- endblock javascript %}