2023-05-08 08:30:26 +02:00
<div class="subscriber_list_settings">
<div class="subscriber_list_add float-left">
{{ > add_subscribers_form }}
</div>
<br />
2017-01-26 16:06:21 +01:00
2023-05-08 08:30:26 +02:00
{{ t "Do you want to add everyone?" }}
<span class="add_all_users_to_stream_btn_container">
<button class="add_all_users_to_stream small button rounded sea-green"> {{ t 'Add all users' }} </button>
</span>
</div>
2017-01-26 16:06:21 +01:00
2022-02-08 18:56:40 +01:00
<div class="create_stream_subscriber_list_header">
2022-03-31 09:01:41 +02:00
<h4 class="stream_setting_subsection_title"> {{ t 'Subscribers' }} </h4>
2023-06-23 13:22:29 +02:00
<input class="add-user-list-filter filter_text_input" name="user_list_filter" type="text"
2022-02-08 18:56:40 +01:00
autocomplete="off" placeholder=" {{ t 'Filter subscribers' }} " />
2017-01-26 16:06:21 +01:00
</div>
2022-02-08 18:56:40 +01:00
<div class="subscriber-list-box">
<div class="subscriber_list_container" data-simplebar>
<table class="subscriber-list table table-striped">
<thead class="table-sticky-headers">
2023-02-27 08:46:43 +01:00
<th data-sort="alphabetic" data-sort-prop="full_name"> {{ t "Name" }} </th>
<th data-sort="email"> {{ t "Email" }} </th>
2022-02-08 18:56:40 +01:00
<th> {{ t "Action" }} </th>
</thead>
2023-11-28 05:07:21 +01:00
<tbody id="create_stream_subscribers" class="subscriber_table" data-empty=" {{ t 'This stream has no subscribers.' }} " data-search-results-empty=" {{ t 'No stream subscribers match your current filter.' }} "></tbody>
2022-02-08 18:56:40 +01:00
</table>
</div>
2013-01-31 21:01:53 +01:00
</div>