{% extends 'generic/object.html' %} {% load plugins %} {% block content %}
Tunnel
Name {{ object.name }}
Status {% badge object.get_status_display bg_color=object.get_status_color %}
Tunnel Type {{ object.tunnel_type|linkify|placeholder }}
Local Address {{ object.a_pub_address|linkify|placeholder }}
Remote Address {{ object.b_pub_address|linkify|placeholder }}
Pre Shared Key {{ object.psk|placeholder }}
Tenant {{ object.tenant|linkify|placeholder }}
{% include 'inc/panels/custom_fields.html' %} {% plugin_left_page object %}
{% include 'inc/panels/tags.html' %} {% include 'inc/panels/comments.html' %} {% plugin_right_page object %}
{% plugin_full_width_page object %}
{% endblock content %}