@if (path()) {

{{ texts.cardHeader }}

@switch (state()) { @case ('loading') {

{{ texts.loading }}

} @case ('error') {

{{ texts.error }}

} @case ('ready') {

{{ texts.outgoingHeader }}

@if (outgoing().length === 0) {

{{ texts.emptyOutgoing }}

} @else { }

{{ texts.incomingHeader }}

@if (incoming().length === 0) {

{{ texts.emptyIncoming }}

} @else { }
} }
}