{% extends 'sections/visitors/layout.html' %}
{% set menu = script.getSlug() %}
{% block content %}
{% if script.getImage() %}
{% endif %}
{% 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 %}
{% 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 %}
| {{ key }} | {% if value %} {% trans %}Pass{% endtrans %} {% else %} {% trans %}Fail{% endtrans %} {% endif %} | {% endif %}
{% 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 %}
| {{ loop.index }}. {{ instance.url }} | {{ instance.version }} - {% trans %}Uninstall{% endtrans %} |
{% trans %}{{ variable_name }} is currently not managing any installations of this script.{% endtrans %}