{if (empty($serviceErrors) && empty($extractorErrors))}

{i18n}External Resource Dependency Status{/i18n}

{i18n}All Services are running normally{/i18n}

{else} {if !empty($serviceErrors) }

{i18n}External Resource Dependency Status{/i18n}

{i18n}The following service(s) are not functioning correctly and are impacting on the normal operations of the system{/i18n}

{foreach from=$serviceErrors item=error}

{$error.name}


{/foreach}

{/if} {if !empty($extractorErrors) }

{i18n}Extractors{/i18n}

{i18n}The following extractors are not available and may affect indexing of certain document types{/i18n}:

{foreach from=$extractorErrors item=error}

{$error.name}

{/foreach} {/if} {/if}