{% if d3ModConfigErrorMessage %} {% block d3_d3importer_views_admin_tpl_errormessages_moduleerror %}
{{ d3ModConfigErrorMessage }}
{% endblock %} {% endif %} {% if isfailconfig %} {% block d3_d3importer_views_admin_tpl_errormessages_configerror %}
{{ translate({ ident: "D3_IMPORTER_FAILCONFIG_"|cat(isfailconfig) }) }}
{% endblock %} {% endif %} {% if aImporterErrors and count(aImporterErrors) > 0 %} {% block d3_d3importer_views_admin_tpl_errormessages_importerrors %}
{% for sErrorMessage in aImporterErrors %}

{{ sErrorMessage }}

{% endfor %}
{% endblock %} {% endif %} {% if isImporterDemoMode %} {% block d3_d3importer_views_admin_tpl_errormessages_demomode %}
{{ translate({ ident: "D3_IMPORTER_IMPORT_TESTLICENCE_NOTICE" }) }}
{% endblock %} {% endif %}