{# SPDX-License-Identifier: AGPL-3.0-or-later #} {# SPDX-FileCopyrightText: 2026 JWP Consulting GK #} {% load i18n %} {% trans "Redirects" %}

{% trans "Redirects" %}

{% if redirects %}
    {% for source, destination in redirects.items %}
  1. {{ source }} {% blocktrans %}redirects to{% endblocktrans %} {{ destination }}
  2. {% endfor %}
{% else %}

{% blocktrans %}There are no redirects at the moment.{% endblocktrans %}

{% endif %}