{# @copyright 2014 Mautic Contributors. All rights reserved @author Mautic @link http://mautic.org @license GNU/GPLv3 http://www.gnu.org/licenses/gpl-3.0.html #} {% if 'index' == tmpl %} {% extends '@MauticInstall/Install/content.html.twig' %} {% endif %} {% block content %}

{{ 'mautic.install.heading.misc.configuration'|trans }}

{{ form_start(form) }}

{{ 'mautic.install.misc.header.url'|trans }}

{{ 'mautic.install.misc.subheader.url'|trans }}
{{ form_row(form.site_url) }}

{{ 'mautic.install.misc.header.paths'|trans }}

{{ 'mautic.install.misc.subheader.paths'|trans }}
{{ form_row(form.log_path) }}
{{ form_row(form.cache_path) }}
{% if constant('AppKernel::EXTRA_VERSION') %}

{{ 'mautic.install.misc.header.stability'|trans }}

{{ 'mautic.install.misc.subheader.stability'|trans }}
{{ form_row(form.update_stability) }}
{% endif %}
{{ 'mautic.install.finalizing'|trans }}
{{- include('@MauticInstall/Install/navbar.html.twig', {'step' : index, 'count' : count, 'completedSteps' : completedSteps}) -}}
{{ form_row(form.buttons) }}
{{ form_end(form) }}
{% endblock %}