{% extends "catmaid/import/annotations/setup.html" %} {% block setup_content %}

Below you will find a list of all annotation data that will get imported. These are for the most part neurons and their representation alongside meta information on them. Once you continue, everthing will be imported.


{% if source_type == 'project' %} {% elif source_type == 'file' %} {% else %} {% endif %} {% for s in stats %} {% endfor %}
ProjectFileUnknown source# Treenodes # Connectors # Annotations # Annotation links # Tags
{{ s.source }} {{ s.ntreenodes }} {{ s.nconnectors }} {{ s.nannotations }} {{ s.nannotationlinks }} {{ s.ntags }}
{% endblock %}