{% extends 'generic/object.html' %} {% load helpers %} {% block extra_controls %} {% endblock extra_controls %} {% block content %}
Canvas Details
{% if object.tags.all %} {% endif %}
Name: {{ object.name }}
Description: {{ object.description|default:"-" }}
Created: {{ object.created }}
Last Updated: {{ object.last_updated }}
Tags: {% for tag in object.tags.all %} {{ tag }} {% endfor %}
Topology Data
{% if object.topology_data %}
{{ object.topology_data|truncatewords:50 }}

Topology data available for visualization.

{% else %}

No topology data available.

{% endif %} View in Dashboard
{% endblock content %}