{% load i18n %}
{% blocktrans with type=instance.console_type|upper %} This action opens a new window with a {{ type }} connection to the console of the instance.{% endblocktrans %}
{% if instance.console_type == 'vnc' %}{% trans "You need shut down your instance and enter a new root password." %}
{% trans "You need shut down your instance and choose your public key." %}
{% trans "This action opens a remote viewer with a connection to the console of the instance." %}