{% extends "hq/base.html" %} {% load static i18n hq %} {% block title %}{{ title|default:_("Console") }}{% endblock %} {% block heading %}{{ title|default:_("Console") }}{% endblock %} {% block module_css %}{% endblock %} {% block actions %} {% comment %} A format switch rather than a disclosure: the same facts are either laid out as panels or printed as the JSON an API reader would get, never both at once. The two are siblings so the button can simply swap which is on. {% endcomment %}
{% endblock %} {% block content %}{% hq_icon "info" %} {% translate "No console modules are configured." %}