diff --git a/chat/indico_chat/templates/event_header.html b/chat/indico_chat/templates/event_header.html
index 693a815..93bd771 100644
--- a/chat/indico_chat/templates/event_header.html
+++ b/chat/indico_chat/templates/event_header.html
@@ -14,8 +14,10 @@
{% endif %}
- - {% trans %}Name{% endtrans %}:
- - {{ chatroom.name }}
+ {% if chatroom.jid_node != chatroom.name.lower() %}
+ - JID:
+ - {{ chatroom.jid_node }}
+ {% endif %}
- {% trans %}Server{% endtrans %}:
- {{ chatroom.server }}
{% if chatroom.description %}
diff --git a/chat/indico_chat/templates/event_page.html b/chat/indico_chat/templates/event_page.html
index 5a24978..866c96f 100644
--- a/chat/indico_chat/templates/event_page.html
+++ b/chat/indico_chat/templates/event_page.html
@@ -3,7 +3,8 @@
-
+
+
{% if 'description' in cols -%}
@@ -23,6 +24,7 @@
| {{ chatroom.name }} |
+ {{ chatroom.jid_node }} |
{{ server }} |
{% if 'description' in cols -%}
{{ chatroom.description }} |