{% extends "musician/base.html" %} {% load i18n %} {% block content %} {% trans "Go back" %}
Server: | {{ object.target_server }} | |||
---|---|---|---|---|
Type: | {{ object.type }} | |||
PHP: | {{ object.data.php_version }} | |||
SFTP user: | {% if object.sftpuser %}{{ object.sftpuser }} | {% else %} | {{ object.account.main_systemuser }} | {% endif %} |
Path: | {{ object.get_base_path }} |
{% trans "Database:" %} | {{ object.data.db_name }} |
---|---|
{% trans "User Database:" %} | {{ object.data.db_user }} |
{% trans "Password:" %} | {{ object.data.password }} |
{% trans "PHP settings page description." %}
{% trans "Type" %} | {% trans "Value" %} | |
---|---|---|
{{ option.name }} | {{ option.value }} | {% if option.name in edit_allowed_PHP_options %} {% endif %} |
{% trans "This WebApp has PHP options by default, create one if you need it." %}
{% endif %} {% trans "Add new option" %} {% endblock %}