{% extends "dashboard/base.html" %} {% from "partials/_macros.html" import pill, status_pill, relative_time, empty_state %} {% block page %}
← Decisions
{% if decision.body %}

{{ icon('sparkles') }} The question

{{ decision.body }}

{% endif %} {% if decision.proposed_answer %}

{{ icon('arrow-right') }} Proposed answer

Session's suggested resolution; you can accept or override.

{{ decision.proposed_answer }}

{% endif %}

{{ icon('list-checks') }} Your decision

Save below; the session that asked will see it on next state poll.

Cancel

{{ icon('activity') }} History

{% if history %} {% else %} {{ empty_state('No history yet', body='Events touching this decision will appear here.', icon_name='activity') }} {% endif %}
{% endblock %}