{% extends "app.html" %} {% comment %} # SPDX-License-Identifier: AGPL-3.0-or-later {% endcomment %} {% load bootstrap %} {% load i18n %} {% block status %} {{ block.super }}

{% trans "Access" %}

{% blocktrans trimmed %} Cockpit will only work when accessed using the following URLs. {% endblocktrans %}

    {% for url_ in urls %}
  1. {{ url_ }}
  2. {% endfor %}
{% endblock %}