{{ t('Mailing lists') }} {{ t('Overview') }}
{{ t('Filter') }}
@if (!mailinglists) { } @if (mailinglists) { @if (mailinglists) { @for (mailinglist of mailinglists.all_mailinglists; track $index) { } }
{{ t('Mailing list') }} {{ t('Description') }} {{ t('Department') }} {{ t('Recipients') }}
@if (mailinglist.allow_edit) { {{ mailinglist.name }} } @else { {{ mailinglist.name }} } {{ mailinglist.name }} {{ mailinglist.description }} {{ mailinglist.department }}
    @for (mailinglist_recipient of mailinglist.mailinglist_recipients; track $index) {
  • {{ mailinglist_recipient.name }} < {{ mailinglist_recipient.email }} >
  • }
@if (mailinglist.allow_edit) { {{ t('Edit') }} } {{ t('Used by') }} @if (mailinglist.allow_edit) {
  • {{ t('Delete') }} }
    } @if (mailinglists && mailinglists.all_mailinglists.length === 0) { } @if (mailinglists) {
    }