{{ t('title') }}

{{ t('description') }}

@if (recipientEmails.length === 0) {

{{ t('emptyTitle') }}

{{ t('emptySubtitle') }}

} @else {
@for (recipient of recipientEmails; track recipient.id) {
@if (recipient.isEditing) {
} @else {
{{ recipient.email }} @if (recipient.id === defaultRecipientId) { {{ t('default') }} }
@if (recipient.name) {
{{ recipient.name }}
}
}
@if (!recipient.isEditing) { } @else { }
}
}