{if $no_transforms}
{i18n}Warning{/i18n}: {i18n}There are currently no active indexers registered. No content indexing will occur.{/i18n}
| {i18n}Mime Types{/i18n} | {i18n}Diagnostic{/i18n} |
|---|---|
{foreach key=mimetype item=v from=$aRow.types name=mimetype}
{$mimetype} {if (!$smarty.foreach.mimetype.last)} |
{if empty($aRow.diagnostic)}{i18n}No indicated problem.{/i18n} {else}{$aRow.diagnostic}{/if} |