@if (loading) {

{{ 'common.loading' | translate }}

} @if (!loading && !selected) {
@if (tables.length === 0) {

{{ 'sessionRandomTablesPanel.empty' | translate }}

} @for (t of tables; track t) { }
} @if (selected) {

{{ selected.name }}

@if (lastRoll) {
{{ lastRoll.total }} @if (lastRoll.rolls.length > 1) { ({{ lastRoll.rolls.join(' + ') }}) } → @if (matched) { {{ matched.label }} } @if (!matched) { {{ 'sessionRandomTablesPanel.noEntry' | translate }} }
@if (matched?.detail) {
{{ matched?.detail }}
}
}
}