{% 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 entries." as msg %}
{% show_message "warning" msg %}
{% endif %}
{% endblock %}