@if (autohide) { {{ toast.delayRemaining / 1000 | number: '1.0-0' }} seconds }
@if (!toast.error) { } @if (toast.error) { }

{{toast.content}}

@if (toast.error) {
@if (isDetailedError(toast.error)) {
URL
{{ toast.error.url }}
Status
{{ toast.error.status }} {{ toast.error.statusText }}
Error
{{ getErrorText(toast.error) }}
}
} @if (toast.action) {

}