{% extends 'base.html' %} {% load i18n %} {% block content %}

1. {% trans "Preinstallation" %} » 2. {% trans "Medias" %} » 3. {% trans "Installation" %} » 4. {% trans "Configuration" %}

{% trans "Configuration" %}

{% for module in config %}
{% for m in modules %} {% ifequal module.0.id m.id %} {{ m.name }} {% endifequal %} {% endfor %} {% for field in module %} {% if module.0.configured and field.show_if_unconfigured %} {% else %}

{% ifequal field.type "text" %} {% if field.multi %} {% if field.default %} {% endif %} {% else %} {% if module.0.configured and field.edit_if_unconfigured %} {{ field.default }} {% else %} {% endif %} {% endif %} {% endifequal %} {% ifequal field.type "password" %} {% endifequal %} {% ifequal field.type "options" %} {% endifequal %} {% ifequal field.type "dynamic_options" %} {% endifequal %} {% ifequal field.type "check" %} {% endifequal %} {% ifequal field.type "network" %} {% if field.default %} {% endif %} {% endifequal %} {% if not module.0.do_config %} {% trans "No configuration for this module." %} {% endif %} {% if field.error %} {{ field.error }} {% endif %}

{% if field.help %}

{{ field.help }}

{% endif %} {% endif %} {% endfor %}
{% endfor %}

* : {% trans "Required field" %}

{% endblock %}