{% extends '@Installer/installer/base.html.twig' %} {% block base_content %}
{{ "shopware.installer.requirements_files_info"|trans }}
{{ "shopware.installer.requirements_table_files_col_check"|trans }} | {{ "shopware.installer.requirements_table_files_col_status"|trans }} |
---|---|
{{ pathCheck.name }} | {% if pathCheck.status == 'success' %} {{ "shopware.installer.requirements_status_ready"|trans }} {% else %} {{ "shopware.installer.requirements_status_error"|trans }} {% endif %} |
{{ "shopware.installer.requirements_php_info"|trans }}
{{ "shopware.installer.requirements_system_col_check"|trans }} | {{ "shopware.installer.requirements_system_col_status"|trans }} | {{ "shopware.installer.requirements_system_col_required"|trans }} | {{ "shopware.installer.requirements_system_col_found"|trans }} | {{ systemCheck.name }} | {% if systemCheck.status == 'success' %} {{ "shopware.installer.requirements_status_ready"|trans }} {% elseif systemCheck.status == 'error' %} {{ "shopware.installer.requirements_status_error"|trans }} {% else %} {{ "shopware.installer.requirements_status_warning"|trans }} {% endif %} | {{ systemCheck.requiredValue }} | {{ systemCheck.installedValue }} | {% endfor %}
---|