{% extends "vncbrowser/common.html" %} {% block title %}Connectors with multiple presynaptic treenodes{% endblock %} {% block main %} {% if connector_counts %}
Connector ID | Presynaptic Terminal Count | View |
---|---|---|
{{ cc.connector }} | {{ cc.number }} |
{% for s in stacks %}
View in stack {{ s.title }} {% endfor %} |
No connectors with multiple presynaptic treenodes were found.
{% endif %} {% endblock %}