{% extends "orga/submission/base.html" %} {% comment %} SPDX-FileCopyrightText: 2018-present Tobias Kunze SPDX-License-Identifier: AGPL-3.0-only WITH LicenseRef-Pretalx-AGPL-3.0-Terms {% endcomment %} {% load i18n %} {% load static %} {% block stylesheets %} {{ block.super }} {% endblock stylesheets %} {% block scripts %} {{ block.super }} {% endblock scripts %} {% block submission_content %}
{% include "common/logs.html" with entries=log_entries hide_object=True %} {% include "common/includes/pagination.html" %}
{% endblock submission_content %}