{% extends "SensioDistributionBundle::Configurator/layout.html.twig" %} {% block content_class %}config_done{% endblock %} {% block content %}

Well done!

{% if is_writable %}

Your distribution is configured!

{% else %}

Your distribution is almost configured but...

{% endif %}

{% if is_writable %} Your parameters.ini has been overwritten with these parameters (in {{ ini_path }}): {% else %} Your parameters.ini file is not writeable! Here are the parameters you can copy and paste in {{ ini_path }}: {% endif %}

{% if welcome_url %} {% endif %} {% endblock %}