@if (loading()) {
} @else if (channel()) {
@if (isOwner()) {
}
{{ channel()!.channel_id }} {{ channel()!.internal_name }} {{ getSubscriptionStatus().label }} {{ channel()!.owner_user_id }} @if (channel()!.description_name) { {{ channel()!.description_name }} } {{ channel()!.messages_sent }} @if (channel()!.timestamp_lastsent) { {{ channel()!.timestamp_lastsent | relativeTime }} } @else { Never } {{ channel()!.timestamp_created }} @if (isOwner()) { @if (channel()!.subscribe_key) {

Scan this QR code with the SimpleCloudNotifier app to subscribe to this channel.

} @if (channel()!.send_key) {
}
Subscriber Status Created @for (sub of subscriptions(); track sub.subscription_id) { {{ sub.subscriber_user_id }} {{ sub.confirmed ? 'Confirmed' : 'Pending' }} {{ sub.timestamp_created | relativeTime }} } @empty { } } } @else {

Channel not found

}
Display Name Description