{% extends 'base.html' %} {% block content %}
{% if ssh_status_display == 'ON' %} {% elif ssh_status_display == 'OFF' %}

{{ _('SSH access is currently disabled.') }}

{% else %} {% endif %}
{% if ssh_status_display == 'ON' %}
{{ _('SSH Connection Information') }}

{{ server_ip }}

{% if host_port_mapping %} {{ host_port_mapping }} {% else %} {{ _("CONTAINER NOT RUNNING") }} {% endif %}

{{ current_username }}

**********

{% endif %} {% endblock %}