{% extends "webemdb/base/base_main.html" %} {% block title %} {{ project.name }} Associated Data {% endblock %} {% block link %} {% endblock %} {% block jscript %} {% endblock %} {% block content %} {% if project %}
Data associated with EMDB {{ project.getName }}
{{ project.getDescription }}
EMDB {{ project.getName }}
{% for d in datasets %}
{{ d.getName }}
[ {{ d.countChildren }} images ] View all...
{{ d.getDescription }}
{% for img in d.listChildren %} {% endfor %}
{% empty %}

There is no additional data associated with this EMDB entry.

{% endfor %}
{% else %} EMDB entry not found {% endif %} {% endblock %}