{{'partey.timeslots' | i18n}}

@if (timeslots) {
{{'partey.timeslots.filter.search' | i18n}} {{'partey.timeslots.filter.owner' | i18n}} {{'partey.timeslots.filter.owner.mine' | i18n}} {{'partey.timeslots.filter.owner.others' | i18n}} {{'partey.timeslots.filter.owner.all' | i18n}} {{'partey.timeslots.filter.type' | i18n}} {{'partey.timeslots.filter.type.all' | i18n}} @for (type of types; track type) { {{'partey.timeslots.type.' + type + '.icon' | i18n}} {{'partey.timeslots.filter.type.' + type | i18n}} } @if (typeFormControl.value ) { {{'partey.timeslots.type.' + typeFormControl.value + '.icon' | i18n}} } {{'partey.timeslots.filter.type.' + (typeFormControl.value ? typeFormControl.value : 'all') | i18n}} {{'partey.timeslots.filter.after' | i18n}}
{{'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.type.' + timeslot.type + '.icon' | 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) { edit } {{'partey.timeslots.delete' | i18n}} @if (timeslot.owner == userId) { delete }
}

{{'partey.timeslots.info' | i18n}}

@if (!timeslotsQuota) {

{{'partey.timeslots.noQuota' | i18n}}

} @if (timeslotsQuota) {

{{'partey.timeslots.left' | i18n:timeslotsQuota}}

}
@if (timeslotsQuota) { @for (type of types; track type) {
{{'partey.timeslots.type.' + type + '.icon' | i18n}} {{'partey.timeslots.create.' + type | i18n}}

}
} contact_support