{% extends "layout/navigation.html" %} {% block "title" %}{% trans "Page Moved" %}{% endblock %} {% block "content" %}

{% trans "Page Moved" %}

{% trans %} The requested page {{ old_url|escape }} moved to a new location {{ new_url|escape }}. {% endtrans %}
{% endblock %}