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

No connectors with multiple presynaptic treenodes were found.

{% endif %} {% endblock %}