{{'partey.timeslots.type.' + timeslot.type + '.icon' | i18n}} {{(timeslot.id ? 'partey.timeslots.edit' : 'partey.timeslots.create.' + timeslot.type) | i18n}}

@if (timeslot.id) {

{{'partey.timeslots.type.' + timeslot.type | i18n}}

}
@if (timeslot.type == 'VIDEO' || timeslot.type == 'AUDIO') { {{'partey.timeslots.share.placeholder' | i18n}} } @if (timeslot.type == 'VIDEO_STREAM') { {{'partey.timeslots.stream' | i18n}} } @if (timeslot.type == 'AUDIO_STREAM' && timeslot.secret) { {{'partey.timeslots.secret' | i18n}} } {{'partey.timeslots.starts' | i18n}} {{'partey.timeslots.error.starts' | i18n}} {{'partey.timeslots.ends' | i18n}} {{'partey.timeslots.error.ends' | i18n}} {{'partey.timeslots.title' | i18n}} {{'partey.timeslots.description' | i18n}}
{{ (timeslot.id ? 'partey.timeslots.save' : 'partey.timeslots.create') | i18n}} {{'cancel' | i18n}}