@if (post) {
{{ t('Edit mailing list') }}: {{ post.name }}
@if (!this.post.container_id) {
{{ t('Please select a container.') }}
}
{{ t('Recipients') }}:

@for (recipient of post.mailinglist_recipients; track $index) { }
}