@if (loading) {

Chargement…

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

Aucune table aléatoire dans cette campagne. Crée-en une depuis la sidebar.

} @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) { aucune entrée }
@if (matched?.detail) {
{{ matched?.detail }}
}
}
}