{i18n}Pending Documents Indexing Queue{/i18n}

{i18n}This report lists documents that are waiting to be indexed.{/i18n}

{i18n}If a document is not associated with an extractor, no content will be added to the index. These documents can be identified in the list by the extractor column reflecting n/a.{/i18n}

{if empty($pending_docs)} {i18n}There are no documents in the indexing queue.{/i18n} {else} {foreach key=key from=$pending_docs item=pendingDocs} {/foreach}
{i18n}Filename{/i18n} {i18n}Extractor{/i18n} {i18n}Index Date{/i18n}
{$pendingDocs.filename|mb_truncate:50:'...':true} {if $pendingDocs.extractor}{$pendingDocs.extractor}{else}

{i18n}n/a{/i18n}

{/if}
{$pendingDocs.indexdate}
{/if}