{{#if isPublic}}

New public event


{{else if isPrivate}}

New private event


A private event is only visible to those who know the event password.


{{else if isOrganisation}}

New organisation event

An organisation event is linked to an existing organisation. It can be made public, in which case it is visible to anyone who has the link, or private, in which case it is only visible to those who know the event password.


{{else if isUnknownType}}

New event


{{else}}

New event


{{/if}} {{#each errors}} {{/each}}
{{#if isPublic}} {{>neweventform}} {{else if isPrivate}} {{>neweventform}} {{else if isOrganisation}} {{>neweventform}} {{else}} {{/if}}
{{>importeventform}}