{% extends 'sections/visitors/layout.html' %} {% set menu = script.getSlug() %} {% block content %} {% if script.getImage() %} {% endif %}

{{ script.getName() }}

{% trans %}Version Number:{% endtrans %} {{ script.getVersion() }}
{% trans %}Last Updated On:{% endtrans %} {{ script.getTimestamp()|timestamp }}

{{ script.getDescription() }}

{% if script.getUrls() %}

{% for key, value in script.getUrls() %} {{ key }}: {{ value }} {% if not loop.last %}
{% endif %} {% endfor %}

{% endif %} {% set size_1 = script.getSize|encoded_size %} {% set size_2 = size|encoded_size %}

{% trans %}The script you have chosen will take up a total of approximately {{ size_1 }} MB of disk space in your account. Based on the data we gathered from your control panel, we think you have approximately {{ size_2 }} MB of disk space available in your account right now. PLEASE NOTE: If you run out of disk space during the installation process, some of the steps may not be completed. Please ensure you have plenty of available disk space before starting the installation process.{% endtrans %}

{% if script.getRequirements() %}

{% trans %}Requirements{% endtrans %}

{% for key, value in script.getRequirements() %} {% if 'PHP' not in key %} {% endif %} {% endfor %}
{{ key }} {% if value %} {% trans %}Pass{% endtrans %} {% else %} {% trans %}Fail{% endtrans %} {% endif %}
{% endif %} {% if script.hasRequirements() %} {% set name = script.getName() %} {% if script.hasNotice() %}

{% trans %}{{ name }} will only install in a resolving domain. If this is a new or transferred domain, please wait 1-2 days until it resolves.{% endtrans %}

{% endif %} {% set version = script.getVersion() %}

{% trans %} Click here to install a new copy of {{ version }} {% endtrans %}

{% else %}

{% trans %}Your server does not satisfy all of the requirements. Please contact your system administrator.{% endtrans %}

{% endif %}

{% trans %}Installed Scripts{% endtrans %}

{% if script.getInstances() %} {% for instance in script.getInstances() %} {% endfor %}
{{ loop.index }}. {{ instance.url }} {{ instance.version }} - {% trans %}Uninstall{% endtrans %}
{% else %}

{% trans %}{{ variable_name }} is currently not managing any installations of this script.{% endtrans %}

{% endif %} {% if scripts %}

{% trans %}Suggestions{% endtrans %}

{% endif %} {% endblock %}