{% extends "base.html" %} {% block title %}Pause #{{ pause.id }} · Bodhisattva{% endblock %} {% block content %}

Pause #{{ pause.id }}

{{ pause.timestamp }} — {{ pause.decision }} {% if pause.recipient %} · to {{ pause.recipient }}{% endif %}

Subject

{{ pause.subject or "(no subject)" }}

{% if pause.recipient_context %}

Recipient context

{{ pause.recipient_context }}

{% endif %}

Draft

{{ pause.draft }}

Wisdom frame

{{ frame | tojson(indent=2) }}
{% if pause.final_sent_text %}

Finally sent

{{ pause.final_sent_text }}
{% endif %}

User choice

{{ pause.user_choice or "(awaiting)" }}

{% if pause.message_id %}

Gmail message id: {{ pause.message_id }}

{% endif %} {% endblock %}