{% extends "wagtailadmin/base.html" %} {% load i18n static redirect_tags %} {% block titletag %}{% trans "Redirects" %}{% endblock %} {% block extra_css %} {% endblock %} {% block extra_js %} {{ block.super }} {% endblock %} {% block content %} {% trans "Redirects" as redirects_str %} {% trans "Add redirect" as add_str %} {% if user_can_add %} {% include "wagtailadmin/shared/header.html" with title=redirects_str icon="redirect" add_link="wagtailredirects:add" add_text=add_str search_url="wagtailredirects:index" %} {% else %} {% include "wagtailadmin/shared/header.html" with title=redirects_str icon="redirect" search_url="wagtailredirects:index" %} {% endif %}
{% blocktrans %}Instead of adding redirects one at a time, you can also upload a bulk of redirects with an Excel-file. Take a look at our example file.{% endblocktrans %}