{% load i18n %}
{% if vms %} {% blocktrans count vms_len=vms|length %}Selected 0 of {{ vms_len }} server {% plural %}Selected 0 of {{ vms_len }} servers{% endblocktrans %}
{% trans "Add Server" %} {% trans "Start" %} immediately reboot the server." %}" data-modal_yes_text="{% trans "Reboot" %}" data-modal_yes_force_text="{% trans "Force Reboot" %}" title="{% trans "You can choose to forcefully reboot the server or to send a reboot signal into the system" %}" data-toggle="tooltip" data-placement="top"> {% trans "Reboot" %} immediately power off the server." %}" data-modal_yes_text="{% trans "Shutdown" %}" data-modal_yes_force_text="{% trans "Force Shutdown" %}" title="{% trans "You can choose to forcefully shutdown the server or to send a shutdown signal into the system" %}" data-toggle="tooltip" data-placement="top"> {% trans "Stop" %} {% trans "Export" %}
{% if can_edit %}
{% trans "Update" %} {% trans "Deploy" %} {% trans "Delete" %} Destroy will completly delete the server and its snapshots from the compute node. All your data will be lost!" %}" data-modal_yes_text="{% trans "Destroy" %}" data-modal_yes_force_text="{% trans "Really destroy my server" %}" data-modal_confirm_text="{% trans "Are you sure that you want completly delete your server data?" %}" title="{% trans "Delete server and its data from compute node. Use with caution!" %}" data-toggle="tooltip" data-placement="top" > {% trans "Destroy" %} Freeze will send a shutdown signal into the server, which can initiate a shutdown process. In case the shutdown process takes longer than 3 minutes a Force Shutdown will take place." %}" data-modal_force_text="{% trans "Force Freeze will immediately power off the server.

After the shutdown process is completed the server status will be set to frozen." %}" data-modal_yes_text="{% trans "Freeze" %}" data-modal_yes_force_text="{% trans "Force Freeze" %}" title="{% trans "Shutdown the server and set its status to frozen" %}" data-toggle="tooltip" data-placement="top"> {% trans "Freeze" %}
{% trans "Unfreeze" %}
{% endif %} {% else %} {% trans "Add Server" %} {% endif %} {# no vms #}