";
// line 21
$context["themeName"] = $this->getAttribute(($context["theme"] ?? null), "getThemeConfig", [0 => "app_name"], "method");
// line 22
echo "
";
/* xgettext:no-php-format */ echo strtr(__("First we need to check if your server meets %themeName%'s requirements."), array("%themeName%" => ($context["themeName"] ?? null), ));
echo "
";
// line 26
echo __("Item");
echo " |
";
// line 27
echo __("Status");
echo " |
";
// line 28
echo __("Advice");
echo " |
";
// line 32
$context['_parent'] = $context;
$context['_seq'] = twig_ensure_traversable($this->getAttribute(($context["config"] ?? null), "CheckEnvironment", [], "method"));
foreach ($context['_seq'] as $context["_key"] => $context["check"]) {
// line 33
echo "
";
// line 34
echo twig_escape_filter($this->env, $this->getAttribute($context["check"], "item", []), "html", null, true);
echo " |
";
// line 36
if (($this->getAttribute($context["check"], "status", []) == 0)) {
// line 37
echo "
";
} elseif (($this->getAttribute( // line 38
$context["check"], "status", []) == 1)) {
// line 39
echo "
";
} else {
// line 41
echo "
";
}
// line 43
echo " |
";
// line 44
echo twig_escape_filter($this->env, $this->getAttribute($context["check"], "advice", []), "html", null, true);
echo " |
";
}
$_parent = $context['_parent'];
unset($context['_seq'], $context['_iterated'], $context['_key'], $context['check'], $context['_parent'], $context['loop']);
$context = array_intersect_key($context, $_parent) + $_parent;
// line 47
echo "
";
// line 49
if ($this->getAttribute(($context["config"] ?? null), "EnvironmentFault", [], "method")) {
// line 50
echo "
";
} elseif ($this->getAttribute( // line 54
($context["config"] ?? null), "EnvironmentWarning", [], "method")) {
// line 55
echo "
";
} else {
// line 64
echo "
";
}
// line 69
echo "