{% if component %}
{% include "snippets/component-breadcrumb.html" with object=component %}
{% if translation %}
{% include "snippets/translation-breadcrumb.html" with object=translation %}
{% endif %}
{% elif language %}
{% endblock %}
{% block content %}
{% trans "Please review and confirm the search and replace results." as msg %}
{% show_message "info" msg %}
{% if limited %}
{% trans "Showing and replacing only the first 250 matches. Perform the replacement again to replace more." as msg %}
{% show_message "warning" msg %}
{% endif %}
{% endblock %}