{% if page == "dashboard" %}

{{ t.dashboard_eyebrow }}

{{ t.dashboard_title }}

{{ t.dashboard_tagline }}

{% elif page == "log" %}

{{ t.log_eyebrow }}

{{ t.log_title }}

{{ t.log_lede }}

{% elif page == "patterns" %}

{{ t.pattern_map }}

{{ t.nav_patterns }}

{{ t.open_dream_day }}

{% elif page == "gallery" %}

{{ t.gallery_eyebrow }}

{{ t.gallery_title }}

{{ t.gallery_note }}

{% else %}

{{ t.settings_eyebrow }}

{{ t.settings_title }}

{{ t.settings_copy }}

{% endif %}
{% if page == "dashboard" %}

{{ t.quick_loop }}

{{ t.dashboard_hero_title }}

{{ t.dashboard_lede }}

{{ t.dashboard_cta }} {{ t.data_never_leaves }}
{{ t.structured_output }}

{{ t.ai_insight }}

{{ dashboard_insight.title }}

{{ dashboard_insight.body }}

{% for stat in dashboard_stats[:4] %}
{{ stat.label }} {{ stat.value }} {{ stat.detail }}
{% endfor %}
{% elif page == "log" %}
{{ t.local_write }}

{{ t.log_title }}

{{ t.log_lede }}

{{ t.reflection_prompt }}

{% for field in reflection_fields %} {% endfor %}
{% if analysis_error %}

{{ t.analysis_failed }}

{% elif not ai.ready %}

{{ t.analysis_unavailable_before_save }}

{% endif %}
{% if analysis_error or not ai.ready %} {% endif %}

{{ t.analyzing_dream }}

{{ t.data_never_leaves }}

{{ t.structured_output }}

{{ t.ai_analysis }}

{% if draft %}
{{ t.draft_analysis }} / {{ draft.language }} / {{ t.draft_not_saved }}

{{ draft.content }}

{{ t.analysis_ready }}
{{ t.emotional_tone }}
{{ draft.analysis.emotional_tone }}
{{ t.symbols }}
{{ ", ".join(draft.analysis.symbols) or "-" }}
{{ t.themes }}
{{ ", ".join(draft.analysis.themes) or "-" }}
{{ t.confidence }}
{{ "%.0f"|format(draft.analysis.confidence * 100) }}%

{{ draft.analysis.summary }}

{% set report = draft.analysis.report %} {% if report.analysis_version %}
{% if report.dream_details %}

{{ t.dream_details }}

    {% for item in report.dream_details %}
  • {{ item }}
  • {% endfor %}
{% endif %} {% if report.core_emotion %}

{{ t.core_emotion }}

{{ report.core_emotion }}

{% endif %} {% if report.real_life_links %}

{{ t.real_life_links }}

    {% for item in report.real_life_links %}
  • {{ item }}
  • {% endfor %}
{% endif %} {% if report.possible_interpretations %}

{{ t.possible_interpretations }}

{% for item in report.possible_interpretations %}
{{ item.title or loop.index }}

{{ item.interpretation }}

{{ item.dream_evidence }} {{ item.real_life_connection }} {{ item.verification_question }}
{% endfor %}
{% endif %} {% if report.real_life_questions %}

{{ t.real_life_questions }}

    {% for item in report.real_life_questions %}
  • {{ item }}
  • {% endfor %}
{% endif %} {% if report.verification_prompts %}

{{ t.verification_prompts }}

    {% for item in report.verification_prompts %}
  • {{ item }}
  • {% endfor %}
{% endif %}
{% endif %}
{{ t.discard }}
{{ t.raw_json }}
{{ draft.analysis.raw_json }}
{% elif not latest_dream %}

{{ t.no_dream }}

{% elif latest_dream.analysis %}
{{ t.latest_dream }} / #{{ latest_dream.id }} / {{ latest_dream.dreamed_on }}

{{ latest_dream.content }}

{{ t.analysis_ready }}
{{ t.emotional_tone }}
{{ latest_dream.analysis.emotional_tone }}
{{ t.symbols }}
{{ ", ".join(latest_dream.analysis.symbols) or "-" }}
{{ t.themes }}
{{ ", ".join(latest_dream.analysis.themes) or "-" }}
{{ t.confidence }}
{{ "%.0f"|format(latest_dream.analysis.confidence * 100) }}%

{{ latest_dream.analysis.summary }}

{% elif ai.ready %}
{{ t.latest_dream }} / #{{ latest_dream.id }} / {{ latest_dream.dreamed_on }}

{{ latest_dream.content }}

{{ t.missing_analysis }}

{{ t.analyzing_dream }}

{% else %}
{{ t.pending_analysis }}

{{ t.analysis_unavailable }}

{% endif %}
{% if log_dreams %}
{{ t.local_logbook }}

{{ t.dreamscape_log }}{% if date_filter or symbol_filter or theme_filter %} / {{ t.filter }}{% endif %}

{% if date_filter or symbol_filter or theme_filter %}

{{ date_filter or symbol_filter or theme_filter }} {{ t.clear_filter }}

{% endif %}
{% endif %} {% elif page == "patterns" %}
{{ t.signals }}

{{ t.mood_spectrum }}

{% for mood in mood_spectrum %}
{{ mood.name }}
{{ mood.count }}
{% else %}

{{ t.no_moods }}

{% endfor %}
{{ t.ai_insight }}

{{ t.pattern_summary }}

{{ dashboard_insight.title }}

{{ dashboard_insight.body }}

{{ t.feedback_title }}

{{ t.resonant_themes }}

{% for item in feedback_summary.resonant_themes[:5] %} {{ item.name }}{{ item.count }} {% else %}

{{ t.no_feedback }}

{% endfor %}
{% elif page == "gallery" %} {% elif page == "settings" %}
{{ t.settings_eyebrow }}

{{ t.settings_title }}

{{ t.settings_copy }}

{% if settings_saved %}

{{ t.settings_saved }}

{% endif %}

{{ t.settings_secret_note }}

{{ t.image_provider_status }}

{{ t.image_provider_title }}

{{ t.image_provider_copy }}

{{ image.warning or t.image_ready }}

{{ t.provider_status }}

{{ t.local_runtime }}

{{ t.provider }}
{{ ai.provider }}
{{ t.model }}
{{ ai.model or "capture only" }}
{{ t.base_url }}
{{ ai.base_url or "-" }}
{{ t.data_dir }}
{{ data_dir }}
SQLite
local
{% if ai.warning %}

{{ ai.warning }}

{% else %}

{{ t.provider_configured }}

{% endif %}
{{ t.developer_note }}

{{ t.cli_note }}

{{ t.privacy_audit }}

{{ t.privacy_audit_copy }}

{% endif %}