{% extends "SensioDistributionBundle::Configurator/layout.html.twig" %}
{% block content_class %}config_done{% endblock %}
{% block content %}
Well done!
{% if is_writable %}
Your distribution is configured!
{% else %}
{% endif %}
{% if is_writable %}
Your parameters.yml file has been overwritten with these parameters (in {{ yml_path }}):
{% else %}
Your parameters.yml file is not writeable! Here are the parameters you can copy and paste in {{ yml_path }}:
{% endif %}
{% if welcome_url %}
{% endif %}
{% endblock %}