{% extends 'generic/object.html' %} {% load helpers %} {% block extra_controls %}
| Name: | {{ object.name }} |
| Description: | {{ object.description|default:"-" }} |
| Created: | {{ object.created }} |
| Last Updated: | {{ object.last_updated }} |
| Tags: | {% for tag in object.tags.all %} {{ tag }} {% endfor %} |
{{ object.topology_data|truncatewords:50 }}
Topology data available for visualization.
{% else %}No topology data available.
{% endif %} View in Dashboard