Back to Kavita

Email History.Component

UI/Web/src/app/admin/email-history/email-history.component.html

0.9.0569 B
Original Source

{{t('description')}}

@if (data().length === 0) { @if (!isLoading()) {

{{t('no-data')}}

} } @else { {{t('template-header')}} {{item.emailTemplate}} {{t('date-header')}} {{item.sendDate | utcToLocalTime}} {{t('user-header')}} {{item.toUserName}} {{t('sent-header')}} @if (item.sent) { {{t('sent-tooltip')}} } @else { {{t('not-sent-tooltip')}} }

{{item.emailTemplate}}

@if (item.sent) { {{t('sent-tooltip')}} } @else { {{t('not-sent-tooltip')}} }

{{t('date-header')}}

{{item.sendDate | utcToLocalTime}}

{{t('user-header')}}

{{item.toUserName}}

}