{% load i18n wagtailadmin_tags %} {% trans "Convert to internal link" as convert_str %} {% include "wagtailadmin/shared/header.html" with title=convert_str %}

{% blocktrans trimmed %} The URL you entered, {{ submitted_url }}, looks like it matches the internal page {{ page }}, which has the URL {{ internal_url }}. {% endblocktrans %}

{% blocktrans trimmed %} Converting this to an internal link to {{ page }} would make the link automatically update if the underlying page changes its URL. Would you like to do this? {% endblocktrans %}