2022-02-08 18:56:40 +01:00
|
|
|
<tr>
|
|
|
|
<td>
|
|
|
|
{{full_name}}{{#if is_current_user}} <span class="my_user_status">{{t "(you)"}}</span>{{/if}}
|
|
|
|
</td>
|
2021-10-26 15:43:39 +02:00
|
|
|
{{#if email}}
|
2022-02-08 18:56:40 +01:00
|
|
|
<td class="subscriber-email">{{email}}</td>
|
|
|
|
{{else}}
|
|
|
|
<td class="hidden-subscriber-email">{{t "(hidden)"}}</td>
|
|
|
|
{{/if}}
|
|
|
|
<td>{{user_id}} </td>
|
|
|
|
<td>
|
2022-06-28 22:11:35 +02:00
|
|
|
<button {{#if disabled}} disabled="disabled"{{/if}} data-user-id="{{user_id}}" class="remove_potential_subscriber button small rounded white">{{t 'Remove' }}</button>
|
2022-02-08 18:56:40 +01:00
|
|
|
</td>
|
|
|
|
</tr>
|