| {% trans %}Room{% 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 }} | +{{ server }} | + {% if 'description' in cols -%} +{{ chatroom.description }} | + {% endif %} + {% if 'password' in cols %} ++ {% if chatroom.password %} + {% if event_chatroom.show_password %} + {{ chatroom.password }} + {% else %} + {% trans %}Hidden{% endtrans %} + {% endif %} + {% else %} + {% trans %}None{% endtrans %} + {% endif %} + | + {% endif %} + {% if chat_links %} ++ {% trans %}Join now!{% endtrans %} + | + {% endif %} +