{* SPDX-FileCopyrightText: © 2025 Mislav Marohnić SPDX-License-Identifier: AGPL-3.0-only *} {{ extends "./base" }} {{ import "/_libs/forms"}} {{- block title() -}}{{ gettext("Import Links from Readwise Reader CSV export") }}{{- end -}} {{- block mainContent() -}}

{{ yield title() }}

{{ gettext(` Upload a CSV file exported from your Readwise Reader account below. `) }}

{{ yield formErrors(form=.Form) }} {{- yield fileDropField( field=.Form.Get("data"), required=true, label=gettext("File"), class="field-h", ) -}} {{ include "./options" }}

{{ gettext("Cancel") }}

{{ gettext("Which information is imported") }}

{{ gettext("What is not imported:") }}

{{- end -}}