{% load i18n %}

{% 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 %}Unable to load console. Please reload page to try again.{% endblocktrans %}
{% endif %}