| {{'partey.timeslots.starts' | i18n}} | {{ timeslot.starts | datef:datetimeformat}} | {{'partey.timeslots.ends' | i18n}} | {{ timeslot.ends | datef:datetimeformat}} | {{'partey.timeslots.title' | i18n}} | {{ timeslot.title }} | {{'partey.timeslots.description' | i18n}} | {{ timeslot.description }} | {{'partey.timeslots.type' | i18n}} |
|
{{'partey.timeslots.share' | i18n}} |
@if (timeslot.owner == userId) {
{{ timeslot.share }}
}
|
{{'partey.timeslots.stream' | i18n}} |
@if (timeslot.owner == userId) {
@if (timeslot.type == 'AUDIO_STREAM') {
{{'partey.timeslots.secret.copy' | i18n}}
}
@if (timeslot.type == 'VIDEO_STREAM') {
{{ timeslot.stream }}
}
}
|
{{'partey.timeslots.edit' | i18n}} |
@if (timeslot.owner == userId) {
|
{{'partey.timeslots.delete' | i18n}} |
@if (timeslot.owner == userId) {
|
|---|
{{'partey.timeslots.info' | i18n}}
@if (!timeslotsQuota) {{{'partey.timeslots.noQuota' | i18n}}
} @if (timeslotsQuota) {{{'partey.timeslots.left' | i18n:timeslotsQuota}}