{% extends 'base.html' %}
{% block content %}
{{title_html}}
AU
| Adapter ID |
{{ au_adapter_id }} |
| Connection ID |
{{ au_adapter_connection_id }} |
| Adapter Description |
{{ au_adapter_desc }} |
| Basepath |
{{ au_adapter_basepath }} |
| Host |
{{ au_adapter_host }} |
| Hostkey |
{{ au_adapter_hostkey }} |
| Port |
{{ au_adapter_port }} |
DEV
| Adapter ID |
{{ dev_adapter_id }} |
| Connection ID |
{{ dev_adapter_connection_id }} |
| Adapter Description |
{{ dev_adapter_desc }} |
| Basepath |
{{ dev_adapter_basepath }} |
| Host |
{{ dev_adapter_host }} |
| Hostkey |
{{ dev_adapter_hostkey }} |
| Port |
{{ dev_adapter_port }} |
PRO
| Adapter ID |
{{ pro_adapter_id }} |
| Connection ID |
{{ pro_adapter_connection_id }} |
| Adapter Description |
{{ pro_adapter_desc }} |
| Basepath |
{{ pro_adapter_basepath }} |
| Host |
{{ pro_adapter_host }} |
| Hostkey |
{{ pro_adapter_hostkey }} |
| Port |
{{ pro_adapter_port }} |
{% endblock %}