{% extends 'admin.twig' %} {% block content %} {% if isSuperUser %}

{{ 'Installation_SystemCheck'|translate }}

{% if infos.has_errors %} {{ 'Installation_SystemCheckSummaryThereWereErrors'|translate('','','','')|raw }} {{ 'Installation_SeeBelowForMoreInfo'|translate }} {% elseif infos.has_warnings %} {{ 'Installation_SystemCheckSummaryThereWereWarnings'|translate }} {{ 'Installation_SeeBelowForMoreInfo'|translate }} {% else %} {{ 'Installation_SystemCheckSummaryNoProblems'|translate }} {% endif %}

{% include "@Installation/_systemCheckSection.twig" %} {% endif %} {% endblock %}