{% extends 'events/management/base.html' %} {% set chatroom = event_chatroom.chatroom %} {% block title %}{% trans %}Chat{% endtrans %}{% endblock %} {% block subtitle %}{% trans room=chatroom.name %}Logs for {{ room }}{% endtrans %}{% endblock %} {% block content %}

{% trans -%} Here you can retrieve logs for the chat room. You can either retrieve logs from during the event, from a custom period or all logs available for the room. {%- endtrans %}


{% trans -%} You can add the currently displayed chat logs to the event material. {%- endtrans %}
{% trans -%} Have in mind that due to security policy logs will be private by default. If you want to change the protection level you will have to do it manually. {%- endtrans %}
{% trans %}Logs{% endtrans %}
{% endblock %}