{% load i18n %} {% load url from future %}

{% trans "Instance Console" %}

{% if console_url %}

{% if console_type != 'SERIAL' %} {% blocktrans %}If console is not responding to keyboard input: click the grey status bar below.{% endblocktrans %} {% endif %} {% trans "Click here to show only console" %}
{% trans "To exit the fullscreen mode, click the browser's back button." %}

{% else %}

{% blocktrans %}console is currently unavailable. Please try again later.{% endblocktrans %} {% trans "Reload" %}

{% endif %}