2024-05-30 11:28:49 +02:00
<div id="admin-invites-list" class="user-settings-section" data-user-settings-section="invitations">
2023-01-24 08:36:05 +01:00
<div class="tip invite-user-settings-tip"></div>
2020-04-30 21:41:21 +02:00
{{ # unless is_admin }}
2023-01-24 08:36:05 +01:00
<div class="tip"> {{ t "You can only view or manage invitations that you sent." }} </div>
2020-04-30 21:41:21 +02:00
{{ / unless }}
2024-04-03 05:52:27 +02:00
<a class="invite-user-link" role="button"><i class="fa fa-user-plus" aria-hidden="true"></i> {{ t "Invite users to organization" }} </a>
2022-03-04 13:06:28 +01:00
<div class="settings_panel_list_header">
2024-06-12 09:21:52 +02:00
<h3> {{ t "Invitations " }} </h3>
2022-03-20 17:58:28 +01:00
<div class="alert-notification" id="invites-field-status"></div>
2024-06-12 09:21:52 +02:00
<input type="text" class="search filter_text_input" placeholder=" {{ t 'Filter invitations' }} " aria-label=" {{ t 'Filter invitations' }} "/>
2019-01-15 09:38:52 +01:00
</div>
2017-10-21 03:15:12 +02:00
2024-06-16 13:46:37 +02:00
<div class="progressive-table-wrapper" data-simplebar data-simplebar-tab-index="-1">
2023-08-07 09:32:19 +02:00
<table class="table table-striped">
2021-02-23 06:23:24 +01:00
<thead class="table-sticky-headers">
2020-04-11 20:06:01 +02:00
<th class="active" data-sort="invitee"> {{ t "Invitee" }} </th>
2020-04-30 21:41:21 +02:00
{{ # if is_admin }}
2024-04-20 20:19:01 +02:00
<th data-sort="alphabetic" data-sort-prop="referrer_name"> {{ t "Invited by" }} </th>
2020-04-30 21:41:21 +02:00
{{ / if }}
2019-08-22 07:34:19 +02:00
<th data-sort="numeric" data-sort-prop="invited"> {{ t "Invited at" }} </th>
2024-02-23 12:22:48 +01:00
<th data-sort="numeric" data-sort-prop="expiry_date"> {{ t "Expires at" }} </th>
2019-08-22 07:34:19 +02:00
<th data-sort="numeric" data-sort-prop="invited_as"> {{ t "Invited as" }} </th>
<th class="actions"> {{ t "Actions" }} </th>
2017-10-21 03:15:12 +02:00
</thead>
2024-06-12 09:21:52 +02:00
<tbody id="admin_invites_table" class="admin_invites_table" data-empty=" {{ t 'There are no invitations.' }} " data-search-results-empty=" {{ t 'No invitations match your current filter.' }} "></tbody>
2017-10-21 03:15:12 +02:00
</table>
</div>
<div id="admin_page_invites_loading_indicator"></div>
</div>