{% extends "musician/base.html" %} {% load i18n %} {% block content %} {% trans "Go back" %}

{% trans "WebApp Options for" %} {{ object.name }}


{% if object.data.php_version %} {% endif %} {% if object.sftpuser %} {% else %} {% endif %}
{% trans "Server" %}: {{ object.target_server }}
{% trans "Type" %}: {{ object.type }}
PHP: {{ object.data.php_version }}
{% trans "SFTP user" %}:{{ object.sftpuser }} {{ object.account.main_systemuser }}
{% trans "Path" %}: {{ object.get_base_path }}
{% if object.data.db_name %}
{% trans "Database:" %} {{ object.data.db_name }}
{% trans "User Database:" %} {{ object.data.db_user }}
{% trans "Password:" %} {{ object.data.password }}
{% endif %}

{% trans "PHP settings" %}


{% if object.options.all|length != 0 %}

{% trans "PHP settings page description." %}

{% for option in object.options.all %} {% endfor %}
{% trans "Type" %} {% trans "Value" %}
{{ option.name }} {{ option.value }} {% if option.name in edit_allowed_PHP_options %} {% endif %}
{% else %}

{% trans "This WebApp has PHP options by default, create one if you need it." %}

{% endif %} {% trans "Add new option" %} {% endblock %}