{% extends 'generic/object.html' %} {% load plugins %} {% load render_table from django_tables2 %} {% block content %}
Tunnel
Name {{ object.name }}
{% include 'inc/panels/custom_fields.html' %} {% plugin_left_page object %}
{% plugin_right_page object %}
Tunnels
{% render_table tunnel_table %}
{% plugin_full_width_page object %}
{% endblock content %}