[{if $d3ModConfigErrorMessage}]
[{block name="d3_d3importer_views_admin_tpl_errormessages_moduleerror"}]
[{$d3ModConfigErrorMessage}]
[{/block}]
[{/if}]
[{if $isfailconfig}]
[{block name="d3_d3importer_views_admin_tpl_errormessages_configerror"}]
[{oxmultilang ident="D3_IMPORTER_FAILCONFIG_"|cat:$isfailconfig}]
[{/block}]
[{/if}]
[{if $aImporterErrors && count($aImporterErrors) > 0}]
[{block name="d3_d3importer_views_admin_tpl_errormessages_importerrors"}]
[{foreach from=$aImporterErrors item="sErrorMessage"}]
[{$sErrorMessage}]
[{/foreach}]
[{/block}]
[{/if}]
[{if $isImporterDemoMode}]
[{block name="d3_d3importer_views_admin_tpl_errormessages_demomode"}]
[{oxmultilang ident="D3_IMPORTER_IMPORT_TESTLICENCE_NOTICE"}]
[{/block}]
[{/if}]