{% extends "base.html" %} {% block title %}Edit Situation - Personaut{% endblock %} {% block content %}
{# ── Core ── #}

📍 Situation Details

{# ── Modality ── #}

📡 Modality

{% for m in modalities %} {% endfor %}
{# ── Context ── #}

🌤️ Situational Context

{% for key, label, placeholder in context_presets %}
{% endfor %}
{% if custom_context %}

Custom Context

{% for key, value in custom_context.items() %}
{% endfor %}
{% endif %}
Cancel
{% endblock %} {% block scripts %} {% endblock %}