{% extends 'help_base.html' %} {% comment %} # SPDX-License-Identifier: AGPL-3.0-or-later {% endcomment %} {% load i18n %} {% block content %}
{% blocktrans trimmed %} These are the last {{ num_lines }} lines of the status log for this web interface. If you want to report a bug, please use the bug tracker and attach this status log to the bug report. {% endblocktrans %}
{% trans "Caution:" %} {% blocktrans trimmed %} Please remove any passwords or other personal information from the log before submitting the bug report. {% endblocktrans %}
{{ data }}{% endblock %}