{% 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 %}