{% extends 'base.html' %} {% block sb_admin_title %}ISA Project Details{% endblock sb_admin_title %} {% block sb_admin_subheading %} {% endblock sb_admin_subheading %} {% block sb_admin_breadcrumb %} Dashboard / ISA Summary {% endblock sb_admin_breadcrumb %} {% block sb_admin_breadcrumb_active %} / ISA Project Details {% endblock sb_admin_breadcrumb_active %} {% block content %}

Investigation - {{ object.name }}

id: {{ object.id }}

{{ object.description |safe }}

{% for s in object.study_set.all %}

Study - {{ s.name }}

id: {{s.id}}

name: {{ s.name }}

{{ s.description |safe }}

{% if s.dmastudy %}

Type of study: DMA

{% else %}

Type of study: metabolomics

{% endif %}

Assays

{% for a in s.assay_set.all %} {% endfor %}
Name Details Add files View & update assay files Delete Assay
{{ forloop.counter }} {{ a.name }} View details Add files View & update files Delete
{% endfor %} {% endblock %} {##} {##} {#{% extends 'base.html' %}#} {#{% block content %}#} {#
#} {#
#} {#

ISA project summary

#} {##} {#

#} {##} {#

Investigation

#} {#

Details

#} {#

id: {{ object.id }}

#} {#

name: {{ object.name }}

#} {##} {#

{{ object.description |safe }}

#} {##} {#

Studies

#} {##} {# {% for s in object.study_set.all %}#} {#

Study {{ forloop.counter }}

#} {#

Details

#} {#

id: {{s.id}}

#} {#

name: {{ s.name }}

#} {#

{{ s.description |safe }}

#} {##} {# {% if s.dmastudy %}#} {#

Type of study: DMA

#} {# {% else %}#} {#

Type of study: metabolomics

#} {# {% endif %}#} {#

Assays

#} {# #} {# #} {# #} {# #} {# #} {# #} {# #} {# #} {# #} {# #} {# #} {# #} {# {% for a in s.assay_set.all %}#} {# #} {# #} {# #} {# #} {# #} {# #} {# #} {# #} {##} {# {% endfor %}#} {# #} {#
NameDetailsAdd filesView & update assay filesDelete Assay
{{ forloop.counter }} {{ a.name }}View details Add files View & update filesDelete
#} {##} {##} {# #} {# {% endfor %}#} {##} {##} {##} {##} {##} {#

#} {##} {#
#} {#
#} {#{% endblock %}#} {##} {##} {##} {##} {##}