{* SPDX-FileCopyrightText: © 2024 Olivier Meunier SPDX-License-Identifier: AGPL-3.0-only *} {{- if .Running || .Progress.Status == 0 -}}

{{- if .Progress.Status == 1 -}} {{ gettext("Import operation will launch momentarily.") }} {{- else -}} {{ gettext(`Import operation has started!`) }} {{- end -}}

{{ gettext("You can keep using Readeck while the import is running.") }}

{{- else -}}

{{ gettext("Import is finished!") }}

{{ gettext(` Your bookmarks are now available in your bookmark list. `, "link", urlFor("/bookmarks") )|raw }}

{{- end -}}