Ubuntu
{% extends '@Installation/layout.twig' %}
{% block content %}
{% if not showNextStep %}
{% include "@Installation/_systemCheckLegend.twig" %}
{% endif %}
{{ 'Installation_SystemCheck'|translate }}
{% include "@Installation/_systemCheckSection.twig" %}
{% if not showNextStep %}
{{ 'Installation_Requirements'|translate }}
{% include "@Installation/_systemCheckLegend.twig" %}
{% endif %}
{% endblock %}