{# The import's success confirmation — crate::pages::import_export::import::ui::render_success. A blocking dialog rather than the toast every other successful form uses: the user has been staring at the progress dialog this replaces, and a toast that shows itself and times out on its own schedule is exactly the "did it actually finish?" ambiguity that motivated the dialog in the first place. #} {% import "ui/dialog.html" as dialog %} {% call dialog::success(locale, title, message) %}{% endcall %}