{% extends "base.html" %} {% comment %} # SPDX-License-Identifier: AGPL-3.0-or-later {% endcomment %} {% load i18n %} {% block content %}

{% trans "Logs" %}: {{ app_info.name }}

{% blocktrans trimmed %} These are the last lines of the logs for services involved in this app. If you want to report a bug, please use the bug tracker and attach this log to the bug report. {% endblocktrans %}

{% trans "Caution:" %}
{% blocktrans trimmed %} Please remove any personal information from the log before submitting the bug report. {% endblocktrans %}
{% for component in logs %}

{{ component.unit }}: {{ component.description }}

{% endfor %} {% endblock %}