{% extends 'base_software.html' %} {% block title %}

Jump Servers

{% endblock %} {% block head %} {% endblock %} {% block main %}
{% for host in hosts %} {% if host.port_number %} {% else %} {% endif %} {% else %}

No Jump Server

{% endfor %}
Jump Server Connection Name or IP Port Username Action
{{ host.hostname }} {{ host.connection_type }} {{ host.host_or_ip }}{{ host.port_number }}Default{{ host.username }} Delete
{% endblock %}