2023-05-08 08:30:26 +02:00
<div class="subscriber_list_settings">
<div class="subscriber_list_add float-left">
2024-06-26 13:54:45 +02:00
{{ > add_subscribers_form hide_add_button = true }}
2023-05-08 08:30:26 +02:00
</div>
<br />
</div>
2017-01-26 16:06:21 +01:00
2022-02-08 18:56:40 +01:00
<div class="create_stream_subscriber_list_header">
2024-06-28 09:59:13 +02:00
<h4 class="stream_setting_subsection_title"> {{ t 'Subscribers preview' }} </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">
2024-06-16 13:46:37 +02:00
<div class="subscriber_list_container" data-simplebar data-simplebar-tab-index="-1">
2022-02-08 18:56:40 +01:00
<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>
2024-06-14 17:32:19 +02:00
<th class="settings-email-column" data-sort="email"> {{ t "Email" }} </th>
2022-02-08 18:56:40 +01:00
<th> {{ t "Action" }} </th>
</thead>
2024-04-18 15:20:36 +02:00
<tbody id="create_stream_subscribers" class="subscriber_table" data-empty=" {{ t 'This channel has no subscribers.' }} " data-search-results-empty=" {{ t 'No channel 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>