diff --git a/rero_ils/modules/entities/templates/rero_ils/entity_local.html b/rero_ils/modules/entities/templates/rero_ils/entity_local.html
index e13b98bca5..23b73a6e9e 100644
--- a/rero_ils/modules/entities/templates/rero_ils/entity_local.html
+++ b/rero_ils/modules/entities/templates/rero_ils/entity_local.html
@@ -54,8 +54,8 @@
{{ dl(_('Source catalog'), record.source_catalog) }}
{% if record.identifier %}
- {{ _('Identifier') }}
-
+ {{ _('Identifier') }}
+
{{ _(record.identifier.type) }} - {{ record.identifier.value }}
{% if record.identifier.source %}({{ record.identifier.source }}){% endif %}
diff --git a/rero_ils/modules/entities/templates/rero_ils/entity_remote.html b/rero_ils/modules/entities/templates/rero_ils/entity_remote.html
index 97f2efbe88..820bbca984 100644
--- a/rero_ils/modules/entities/templates/rero_ils/entity_remote.html
+++ b/rero_ils/modules/entities/templates/rero_ils/entity_remote.html
@@ -42,7 +42,7 @@
{% include 'rero_ils/_remote_organisation.html' %}
{% elif record['type'] == 'bf:Person' %}
{% include 'rero_ils/_remote_person.html' %}
- {% elif record['type'] == 'bf:Topic' %}
+ {% elif record['type'] in ['bf:Place', 'bf:Temporal', 'bf:Topic'] %}
{% include 'rero_ils/_remote_topic.html' %}
{% endif %}