{% extends "project/databases/_detail_overview.html" %} {% load i18n sizeformat %} {% block connection_info %}

{% trans "Connection Info" %}


{% with instance.host as host %}
{% trans "Host" %}
{% if not host %}
{% trans "Not Assigned" %}
{% else %}
{{ host }}
{% trans "Connection Examples" %}
http://{{ host }}:8091
{% endif %} {% endwith %}
{% endblock %}