@if (hostBrowserConfig) { }
{{ t('Host') }} {{ t('acknowledgement history') }}
{{ t('Filter') }}
{{ t('From') }} {{ t('To') }}
{{ t('States') }}
@if (!hostAcknowledgements) { } @if (hostAcknowledgements) { @for (acknowledgement of hostAcknowledgements.all_acknowledgements; track acknowledgement) { }
{{ t('State') }} {{ t('Date') }} {{ t('Author') }} {{ t('Comment') }} {{ t('Sticky') }}
{{ acknowledgement.AcknowledgedHost.entry_time }} {{ acknowledgement.AcknowledgedHost.author_name }}
@if (acknowledgement.AcknowledgedHost.is_sticky) { {{ 'True' | transloco }} } @if (!acknowledgement.AcknowledgedHost.is_sticky) { {{ 'False' | transloco }} }
} @if (hostAcknowledgements && hostAcknowledgements.all_acknowledgements.length === 0) { } @if (hostAcknowledgements) { }