@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 | date:'yyyy-MM-dd HH:mm:ss' }}
{{ channel()!.timestamp_lastsent | relativeTime }}
} @else { Never }
{{ channel()!.timestamp_created | date:'yyyy-MM-dd HH:mm:ss' }}
{{ channel()!.timestamp_created | relativeTime }}
@if (isOwner() && channel()!.subscribe_key) {

Scan with the SimpleCloudNotifier app to subscribe

} @if (isOwner() && channel()!.send_key) {
}
@if (isOwner()) { Subscriber Status Created @for (sub of subscriptions(); track sub.subscription_id) {
{{ getUserDisplayName(sub.subscriber_user_id) }}
{{ sub.subscriber_user_id }}
{{ sub.confirmed ? 'Confirmed' : 'Pending' }}
{{ sub.timestamp_created | date:'yyyy-MM-dd HH:mm:ss' }}
{{ sub.timestamp_created | relativeTime }}
} @empty { }
} } @else {

Channel not found

}
Display Name Description