{% extends "vncbrowser/neuron_thumbnails.html" %} {% block title %}GAL4 line: {{ line.name }}{% endblock %} {% block main %} {% load cell_body_location %}

GAL4 line: {{ line.name }}

{% if line.sorted_neurons %}

... is linked with the following neurons:

{% for n in line.sorted_neurons %} {% endfor %}
Visualization Cell Body Location Neuron GAL4 Lines
{{ n.cell_body|cell_body_location }} {{ n.name }}) {% for l in n.lines.all %} {{ l.name }} {% endfor %}
{% else %}

No neurons were associated with this GAL4 line.

{% endif %} {% endblock %}