{% extends 'generic/object.html' %} {% load render_table from django_tables2 %} {% block content %}
Tunnel settings
Active since {{ object.active_since }}
Remote organisation {{ object.remote_organisation }}
Vpn endpoint internal {{ object.vpn_endpoint }}
Remote Ip {{ object.remote_ip }}
Customer
Tenant {{ object.tenant }}
Customer Contact {{ object.customer_contact }}
Ordered by {{ object.ordered_by }}
{% include 'inc/panels/comments.html' %}
{% endblock content %}