{% extends "base.html" %} {% block title %}{{ session_model.display_label }} · {{ league.name }} · myboker.org{% endblock %} {% block sidebar %}{% include "_league_sidebar.html" %}{% endblock %} {% block page_class %}page--app{% endblock %} {% block content %}
{{ session_model.session_date.isoformat() | pretty_date }} · {{ session_model.status }}
Your role can inspect this session but cannot append ledger events.
Results
No player ledger events yet.
{% endif %}Audit trail
{{ event.amount_cents | money }}
{% if event.voided_at %}{{ event.void_reason }}
{% else %}{{ event.created_at }}
{% if is_owner %} {% endif %} {% endif %}No events recorded.
{% endfor %}This event will remain visible in the audit trail but will no longer count toward any calculations.
This will permanently delete the session and all {{ session_model.event_count if session_model.event_count is defined else 'its' }} ledger events attached to it. There is no undo.
This session has been closed and books are assumed to be settled. Reopening will allow new ledger events to be appended and may affect settlement totals.