{% extends "base.html" %} {% block title %}New Chat Session — Personaut{% endblock %} {% block head %} {% endblock %} {% block content %}
{% if not individuals %}

No individuals yet. Create one first.

{% endif %}
{% if not situations %}

No situations yet. Create one first.

{% endif %}
Cancel
{% endblock %} {% block scripts %} {% endblock %}