{% load i18n %} {% 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 'Full screen' %}
{% include "project/project_instances/_iframe_console.html" %} {% else %}

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

{% endif %}