{% load i18n phd_extras %}
{% csrf_token %}
{% formfield form_hypervisor.name 'text' %}
{% trans "The friendly name to use whenever the environment is displayed. You may use an IP address here if you wish." %}
{% formfield form_hypervisor.server 'text' %}
{% trans "The IP address or hostname of the vCenter Server, vSphere Host, or Hyper-V server." %}
{% formfield form_hypervisor.user_name 'text' %}
{% trans "For Hyper-V, enter the UVB username and password you used when configuring the UVB Hyper-V Services." %}
{% trans "For all other hypervisors, enter your hypervisor administrator credentials." %}
{% formfield form_hypervisor.password 'text' %}
{% trans "Include a username and password with administrator credentials." %}
{% formfield form_hypervisor.ip 'text' %}
{% trans "The IP address of the Virtual Backup Appliance you deployed into your hypervisor environment. This cannot be changed." %}