{% extends "webemdb/base/base_main.html" %} {% block title %} {{ dataset.name }} {% endblock %} {% block jscript %} {% endblock %} {% block link %} {% endblock %} {% block content %} {% if dataset %}
{% if entryId %}
Dataset associated with EMDB {{ entryId }}
Entry {{ entryId }} | Data {{ entryId }} | Download as mrc stack
{% endif %}
spf files: show
{% for spf in spfFiles %}
{{spf.id}}: {{spf.name}}
{{spf.text|linebreaks}}
{% endfor %}
{{ dataset.getName }}
{% if dataset.description %}

{{ dataset.description|linebreaks }}

{% endif %} {% for img in dataset.listChildren %} {{ img.name }} {% endfor %}
{% else %} Dataset not found {% endif %} {% endblock %}