{% extends 'admin.twig' %} {% block content %} {% if isSuperUser %}
{% 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 %}