{% extends "orga/base.html" %} {% comment %} SPDX-FileCopyrightText: 2020-present Tobias Kunze SPDX-License-Identifier: AGPL-3.0-only WITH LicenseRef-Pretalx-AGPL-3.0-Terms {% endcomment %} {% load i18n %} {% load static %} {% block extra_title %}{% translate "Event History" %} :: {% endblock extra_title %} {% block stylesheets %} {% endblock stylesheets %} {% block scripts %} {% endblock scripts %} {% block content %}

{% translate "Event History" %}

{% include "common/logs.html" with entries=log_entries %} {% include "common/includes/pagination.html" %}
{% endblock content %}