{% extends "vncbrowser/neuron_thumbnails.html" %} {% block title %}VNC neurons{% endblock %} {% block main %}

Alternatively, you can use the standard index page. Link to this search

{% if sorted_neurons %} {% for n in sorted_neurons %} {% endfor %}
Visualization Cell Body Location Neuron GAL4 Lines
{{ n.cached_cell_body_location }} {{ n.name }} {% for l in n.cached_sorted_lines %} {{ l.name }} {% endfor %}
{% else %}

No neurons were found.

{% endif %} {% endblock %}