{% extends "main/base.html" %} {% load static %} {% load dataset_tags %} {% load licence_tags %} {% block body %}
{{ instance.short_description|default:"This entry does not have a description."}}
Created
{{instance.creation_date}}
Last updated
{{instance.modification_date}}
{% if instance.private %}
Private entry
{% else %}
Published {{ instance.publish_date }}
{% endif %}
{% if instance.class_name == "experiment" %}
Member of {{instance.parent}}
{% endif %}
{% if instance.class_name == "scoreset" %}
Member of {{instance.parent}}
{% if previous_version %}
{% if previous_version.private %}
Previous version: {{previous_version}} [Private]
{% else %}
Previous version: {{previous_version}}
{% endif %}
{% endif %}
{% if next_version %}
{% if next_version.private %}
Next version: {{next_version}} [Private]
{% else %}
Next version: {{next_version}}
{% endif %}
{% endif %}
{% if current_version %}
{% if current_version.private %}
Current version: {{current_version}} [Private]
{% else %}
Current version: {{current_version}}
{% endif %}
{% endif %}
{% endif %}
No abstract has been provided for this entry.
{% else %}No method has been provided for this entry.
{% else %}References from#} {# {{instance.parent}}:#} {#
#} {#No associated publications.
{% endif %}Not specified.
{% endif %} {% endif %}No keywords are associated with this entry.
{% else %}
Created
{{instance.creation_date}}
Last updated
{{instance.modification_date}}
{% if instance.private %}
Private entry
{% else %}
Published {{ instance.publish_date }}
{% endif %}
DOI: No associated DOIs
{% endif %} {% if instance.class_name == 'experiment' %} {% if instance.sra_ids.count %} SRA:SRA: No associated SRAs
{% endif %} {% endif %} {% endif %} {% block child_list %} {% endblock %}