{{#gh-modal-dialog action="closeModal" showClose=true type="action" title="Invite a New User" confirm=confirm class="invite-new-user"}}
{{input enter="confirmAccept" class="gh-input email" id="new-user-email" type="email" placeholder="Email Address" name="email" autofocus="autofocus" autocapitalize="off" autocorrect="off" value=email}}
{{gh-select-native id="new-user-role" content=roles optionValuePath="id" optionLabelPath="name" selection=role action="setRole" }}
{{/gh-modal-dialog}}