{* SPDX-FileCopyrightText: © 2021 Olivier Meunier SPDX-License-Identifier: AGPL-3.0-only *} {{- import "/_libs/common" -}} {{- textRead := .ReadProgress == 100 ? gettext("Mark as unread") : gettext("Mark as read") }} {{- textArch := .IsArchived ? gettext("Remove from archive") : gettext("Move to archive") -}} {{- textFav := .IsMarked ? gettext("Remove from favorites") : gettext("Add to favorites") -}}
{{- if .IsDeleted -}} {{ gettext("This bookmark will be removed in a few seconds.") }}
{{- else -}}
{{- end -}}