{% extends 'admin.twig' %} {% set title %}{{ 'Installation_SystemCheck'|translate }}{% endset %} {% block content %}
{% if diagnosticReport.hasErrors() %}
{{ 'Installation_SystemCheckSummaryThereWereErrors'|translate('','','','')|raw }} {{ 'Installation_SeeBelowForMoreInfo'|translate }}
{% elseif diagnosticReport.hasWarnings() %}
{{ 'Installation_SystemCheckSummaryThereWereWarnings'|translate }} {{ 'Installation_SeeBelowForMoreInfo'|translate }}
{% else %}
{{ 'Installation_SystemCheckSummaryNoProblems'|translate }}
{% endif %} {% include "@Installation/_systemCheckSection.twig" %}
{% endblock %}