@if (getTabDescription()) {
}
| Type |
Channel |
Subscriber |
Owner |
Status |
Created |
Actions |
@for (sub of subscriptions(); track sub.subscription_id) {
|
{{ getTypeLabel(sub).label }}
|
{{ sub.channel_internal_name }}
|
{{ getUserDisplayName(sub.subscriber_user_id) }} |
{{ getUserDisplayName(sub.channel_owner_user_id) }} |
{{ getStatusInfo(sub).label }}
|
{{ sub.timestamp_created | relativeTime }}
|
@if (!sub.confirmed && isOwner(sub)) {
} @else {
}
|
} @empty {
|
|
}