diff --git a/chat/indico_chat/templates/event_page.html b/chat/indico_chat/templates/event_page.html index 9d22141..bdbc39e 100644 --- a/chat/indico_chat/templates/event_page.html +++ b/chat/indico_chat/templates/event_page.html @@ -1,65 +1,55 @@
| {% trans %}Name{% endtrans %} | -{% trans %}JID{% endtrans %} | -{% trans %}Server{% endtrans %} | - {% if 'description' in cols -%} -{% trans %}Description{% endtrans %} | - {% endif %} - {% if 'password' in cols -%} -{% trans %}Password{% endtrans %} | - {% endif %} - {% if chat_links %} -{% trans %}Actions{% endtrans %} | - {% endif %} -
| {{ chatroom.name }} | -{{ chatroom.jid_node }} | -{{ server }} | - {% if 'description' in cols -%} -{{ chatroom.description }} | - {% endif %} - {% if 'password' in cols %} -
- {% if chatroom.password %}
+
+ {% for event_chatroom in event_chatrooms %}
+ {% set chatroom = event_chatroom.chatroom %}
+ {% set server = chatroom.server %}
+
+
+
+
+
+ {{ chatroom.name }}
+
+
+
+
|
- {% endif %}
- {% if chat_links %}
- - - | - {% endif %} -