{% extends "base-install.twig" %} {% import "forms.twig" as forms %} {% block jumboTron %}
{% trans %}Thank you for choosing {{ themeName }}. This installation wizard will take you through setting up {{ themeName }} one step at a time. There are 6 steps in total, the first one is below.{% endtrans %}
{% trans %}First we need to check if your server meets {{ themeName }}'s requirements.{% endtrans %}
{% trans "Item" %} | {% trans "Status" %} | {% trans "Advice" %} |
---|---|---|
{{ check.item }} | {% if check.status == 0 %} {% elseif check.status == 1 %} {% else %} {% endif %} | {{ check.advice }} |