{% 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 }}
Local Address {{ object.a_pub_address }}
Remote Address {{ object.b_pub_address }}
Pre Shared Key {{ object.psk }}
{% 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 %}