+ {{#if this.hasResults}}
+
+ {{#each this.invitees as |invitee|}}
+ -
+ {{renderInvitee invitee}}
+ {{#if @model.event.can_act_on_discourse_post_event}}
+
+ {{/if}}
+
+ {{/each}}
+
+ {{#if this.hasPossibleInvitees}}
+
+ {{#each this.possibleInvitees as |invitee|}}
+ -
+ {{renderInvitee invitee}}
+
+
+ {{/each}}
+
+ {{/if}}
+ {{else}}
+
+ {{i18n
+ "discourse_calendar.discourse_post_event.models.invitee.no_users"
+ }}
+
+ {{/if}}
+
+
+