{% include '_partials/header.html' %}
{% with messages = get_flashed_messages(with_categories=true) %}
{% if messages %}
{% endif %}
{% endwith %}
{% if mock_mode is defined and mock_mode %}
DemoThis page shows simulated data. Changes are not persisted.
{% endif %}
{% block content %}{% endblock %}
Unsaved changes
You have
unsaved changes on this page.
{% include '_partials/toast_container.html' %}
{% include '_partials/command_palette.html' %}
{% block scripts %}{% endblock %}
{% include 'auth/login_modal.html' %}