{% trans 'Log file' %}: {{ log_file }}
{{ log_limit }}
{% trans 'Auto reload adds new lines at the bottom and scrolls downward.' %}
{% for entry in log_entries %}{{ entry }}
{% empty %}{% trans 'No log entries recorded yet.' %}
{% endfor %}