{% extends 'generic/object.html' %} {% load render_table from django_tables2 %} {% block content %}
| Name | {{ object.name }} |
|---|---|
| F5 Devices | {{ object.physical_device.count|add:object.virtual_device.count }} |
| Vips | {{ object.f5_vips.count }} |
| Pools | {{ object.f5_pools.count }} |
| Nodes | {{ object.f5_nodes.count }} |
| Describe | {{ object.describe }} |