{% extends "SensioDistributionBundle::Configurator/layout.html.twig" %} {% block content %} {% if majors|length %}

Major Problems that need to be fixed now

We have detected {{ majors|length }} major problems. You must fix them before continuing:

    {% for message in majors %}
  1. {{ message }}
  2. {% endfor %}
{% endif %} {% if minors|length %}

Some Recommendations

{% if majors|length %} Additionally, we {% else %} We {% endif %} have detected some minor problems that we recommend you to fix to have a better Symfony experience:

    {% for message in minors %}
  1. {{ message }}
  2. {% endfor %}

{% endif %} {% if not majors|length %} {% endif %} {% endblock %}