{{t('title', {collectionName: tag().title})}}

  • {{Tabs.General | tabTitle}}
    @if (collectionTagForm.dirty || !collectionTagForm.untouched) {
    @if (collectionTagForm.get('title')?.errors?.required) {
    {{t('required-field')}}
    } @if (collectionTagForm.get('title')?.errors?.duplicateName) {
    {{t('name-validation')}}
    }
    }
    {{t('promote-tooltip')}}
  • @if (tag().source === ScrobbleProvider.Kavita) {
  • {{Tabs.Series | tabTitle}} @if (!isLoading) {
      @for (item of series | filter: filterList; let i = $index; track item.id) {
    • }
    @if (pagination && series.length !== 0 && pagination.totalPages > 1) {
    }
    }
  • }
  • {{Tabs.CoverImage | tabTitle}}
  • @if (tag().source !== ScrobbleProvider.Kavita) {
  • {{Tabs.Info | tabTitle}}
    {{t('last-sync-title')}}
    {{tag().lastSyncUtc | utcToLocalTime:'shortDate' | defaultDate}}
    {{t('source-url-title')}}
    {{tag().sourceUrl}}
    {{t('total-series-title')}}
    {{tag().totalSourceCount | number}}
    {{t('missing-series-title')}}
    {{tag().totalSourceCount - series.length}}
    @let missingSeriesFromSource = tag().missingSeriesFromSource; @if (missingSeriesFromSource !== null && (tag().totalSourceCount - series.length) > 0) {
    {{t('missing-series-title')}}

    }
  • }