{{ new Date(Object.keys(item)[0] + '-01').toLocaleString(activeLanguage, { month: 'long', year: 'numeric' }).trim() }}
{{ new Date(event.start_date).getDate() }}-{{ new Date(event.end_date).getDate() }}
{{ new Date(event.start_date).toLocaleString(activeLanguage, { month: 'long' }) }}
{{ new Date(event.start_date).getDate() > new Date(event.end_date).getDate()
? ' - ' + new Date(event.end_date).toLocaleString(activeLanguage, { month: 'long' }): '' }}
{{ new Date(event.start_date).getDate() }}-{{ new Date(event.end_date).getDate() }}
{{ new Date(event.start_date).toLocaleString(activeLanguage, { month: 'long' }) }}
-
{{ new Date(event.end_date).toLocaleString(activeLanguage, { month: 'long' }) }}
{{ event.location.replace(/<[^>]*>?/gm, '') }}
{{getTypePrefix(event.e_type)}} {{translations[activeLanguage][event.status]}}
{{translations[activeLanguage].applicationRoundIsClosed}}
{{translations[activeLanguage].applicationRoundIsOpen}}
{{translations[activeLanguage].eventIsCancelled}}
{{translations[activeLanguage].applicationRoundIsCancelled}}
{{translations[activeLanguage].startDate }}: | {{event.visual_start_date}} | |
{{translations[activeLanguage].endDate }}: | {{event.visual_end_date}} | |
{{getTypePrefix(event.e_type)}} {{translations[activeLanguage].isRegistrationAllowed }}: | {{translations[activeLanguage].isRegistrationRequired}} {{translations[activeLanguage].isRegistrationNotRequired}} | |
{{getTypePrefix(event.e_type)}} {{translations[activeLanguage].registrationFrom }}: | {{event.visual_registration_liveline_date_and_time}} | |
{{getTypePrefix(event.e_type)}} {{translations[activeLanguage].registrationUntil }}: | {{translations[activeLanguage].asLongAsHasPlaces }} | {{event.visual_registration_deadline_date_and_time}} |
{{translations[activeLanguage].price }} | {{event.price}} |
{{translations[activeLanguage].noEventsFound}}