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

{{ _('Changing the PHP version will stop all the processes on your site. It takes 1-2 seconds to complete. Be sure to check your script and plugin requirements to know which PHP version works best for your website.') }}

{% for domain in domains %} {% endfor %}
{{ _('Domain') }} {{ _('Current') }} {{ _('PHP Version') }} {{ _('Change') }} PHP version for domain') }}
{{ domain.domain_url }} = 8 %} green; {% elif php_version_integer >= 7 %} orange; {% else %} red; {% endif %} {% endif %} "> {{ php_version_numeric | string }}
{{ _('Default PHP version:') }}

{{ _('The PHP version that is used by default for newly added domains is the one that you choose here.') }}

{{ _('Current default PHP version:') }} {{ php_default_version|replace('php', '') }}

{{ _('Install a new version') }}

{{ _('For best performance we recommend to only install PHP versions that you will be activelly using.') }}

{{ _("Currently installed PHP versions") }}: {% for version in available_php_versions %} {{ version|replace('php', '') }}{% if not loop.last %}, {% endif %} {% endfor %}

{% endblock %}