{% include "headitem.html.twig" with {title: "OXDIAG_MAIN_TITLE"|translate} %}

{{ translate({ ident: 'OXDIAG_HOME' }) }}

{{ translate({ ident: 'OXDIAG_ABOUT' }) }}

{% if readonly %} {% set readonly = "readonly disabled" %} {% else %} {% set readonly = "" %} {% endif %} {% include "include/support_contact_form.html.twig" %}
{% if not empty(sErrorMessage) %}

{{ translate({ ident: "OXDIAG_ERRORMESSAGETEMPLATE" }) }}

{{ sErrorMessage }} {% elseif not oView.getParam('runAnalysis') %}
{{ oViewConf.getHiddenSid()|raw }}


{% endif %}
{% if not empty(sResult) %}

{{ translate({ ident: "OXDIAG_RESULT_SUCCESSFUL" }) }}

{{ translate({ ident: "OXDIAG_DOWNLOAD_FILE" }) }}.

{{ translate({ ident: "OXDIAG_RESULT" }) }}:

{{ sResult|raw }}

{% endif %} {% include "bottomnaviitem.html.twig" %} {% include "bottomitem.html.twig" %}