{% extends 'redhat_access_plugin_openstack/base.html' %} {% load i18n %} {% block title %}{% trans "Log" %}{% endblock %} {% block page_header %} {% include "horizon/common/_page_header.html" with title=_("Log") %} {% endblock page_header %} {% block redhat_access_plugin_openstack_main %}

{% trans "Instance Console Log" %}

{{console_log}}
{% endblock %}