2022-02-08 18:56:40 +01:00
|
|
|
<tr>
|
2024-04-20 13:52:53 +02:00
|
|
|
<td class="panel_user_list">
|
2024-06-27 11:07:49 +02:00
|
|
|
{{> ../user_display_only_pill display_value=full_name strikethrough=soft_removed}}
|
2022-02-08 18:56:40 +01:00
|
|
|
</td>
|
2021-10-26 15:43:39 +02:00
|
|
|
{{#if email}}
|
2024-06-27 11:07:49 +02:00
|
|
|
<td class="subscriber-email {{#if soft_removed}} strikethrough {{/if}}">{{email}}</td>
|
2022-02-08 18:56:40 +01:00
|
|
|
{{else}}
|
2024-06-27 11:07:49 +02:00
|
|
|
<td class="hidden-subscriber-email {{#if soft_removed}} strikethrough {{/if}}">{{t "(hidden)"}}</td>
|
2022-02-08 18:56:40 +01:00
|
|
|
{{/if}}
|
|
|
|
<td>
|
2024-06-27 11:07:49 +02:00
|
|
|
{{#if soft_removed}}
|
|
|
|
<button data-user-id="{{user_id}}" class="undo_soft_removed_potential_subscriber button small rounded white">{{t 'Add' }}</button>
|
|
|
|
{{else}}
|
|
|
|
<button {{#if disabled}} disabled="disabled"{{/if}} data-user-id="{{user_id}}" class="remove_potential_subscriber button small rounded white">{{t 'Remove' }}</button>
|
|
|
|
{{/if}}
|
2022-02-08 18:56:40 +01:00
|
|
|
</td>
|
|
|
|
</tr>
|