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