{% load i18n %} {% if not container_id %}{% with container_id='cy-topology' %}{% endwith %}{% endif %} {% if not container_height %}{% with container_height='600px' %}{% endwith %}{% endif %} {% if show_controls == None %}{% with show_controls=True %}{% endwith %}{% endif %} {# Load Cytoscape.js #} {% include './cytoscape_includes.html' %} {# Load Topology Styles #} {% include './topology_styles.html' %} {# Template data as JSON from Django context #}