{{ t.back_dashboard }}

{{ dream.dreamed_on }} / {{ dream.analysis_status }}

Dream #{{ dream.id }}

{{ dream.content }}

{{ dream.manual_mood or t.no_mood }} {% for tag in dream.tags %} {{ tag }} {% else %} {{ t.no_tags }} {% endfor %}
{% if dream.image and dream.image.status == "complete" %}
{{ t.dream_image_title }} {{ t.dream_image_title }} {{ dream.image.provider }} {{ dream.image.created_at }}
{% endif %} {% if dream.visual_memory %}
{{ t.visual_memory_title }} {{ dream.visual_memory.title }} {{ ", ".join(dream.visual_memory.symbols) or dream.dreamed_on }}
{% endif %}

{{ t.visual_memory_local_note if dream.visual_memory else t.visual_memory_note }} {% if not image.ready %}{{ t.real_image_not_ready }}{% endif %}

{{ t.structured_output }}

{{ t.ai_analysis }}

{% if dream.analysis %}
{{ dream.analysis.emotional_tone }} {% for symbol in dream.analysis.symbols %} {{ symbol }} {% endfor %} {% for theme in dream.analysis.themes %} {{ theme }} {% endfor %}

{{ dream.analysis.summary }}

{% set report = dream.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 dream.reflections %}

{{ t.important_context }}

    {% for key, value in dream.reflections.items() %}
  • {{ value }}
  • {% endfor %}
{% 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.raw_json }}
{{ dream.analysis.raw_json }}
{% if feedback %}

{{ t.feedback_saved }}

{% endif %} {% elif ai.ready %}

{{ t.pending_analysis }}: {{ ai.provider }} / {{ ai.model }}

{{ t.analyzing_dream }}

{% else %}

{{ t.analysis_unavailable }}

{% endif %}
{{ t.day_context }}

{{ t.calendar_weather }}

{{ t.calendar }}

{% for event in context.events %}

{{ event.summary }}

{% else %}

{{ t.no_calendar }}

{% endfor %}

{{ t.weather }}

{% if context.weather %}

{{ context.weather.temperature_2m_min }}-{{ context.weather.temperature_2m_max }} C, precipitation {{ context.weather.precipitation_sum }} mm

{% else %}

{{ t.no_weather }}

{% endif %}