{% extends "base.html" %} {% block title %}Settings – Auf Deutsch{% endblock %} {% block content %}

Settings

{% if saved %}
✓ Settings saved.
{% endif %} {% if reset %}
✓ All progress has been reset.
{% endif %} {% if regen %}
✓ Audio regeneration started in the background.
{% endif %}

Learning

Reminders

Your browser will ask for permission once you save.

Consistency tip

{{ habit_hint }}

Current weekly target: {{ weekly_snapshot.target_days }} study days.

Consistency

{{ weekly_snapshot.active_days }}/{{ weekly_snapshot.target_days }}
{{ weekly_snapshot.status }} {{ weekly_snapshot.minutes }} minutes across the last 7 days.

Keep the reminder time anchored to a moment that already happens every day.

Data

Export progress
Download all your SRS data as a CSV file.
Export CSV
Regenerate audio
Re-download all German audio from gTTS. Runs in background.
Reset all progress
Permanently delete all phrase progress and session history.

Auf Deutsch · local-first · v1.0

{% endblock %} {% block scripts %} {% endblock %}