{% if object_list %} {% for experiment in object_list %} {{experiment.start.date|default:"N.D"}} {% with experiment.method_names as methods %} {{experiment.method_names|default:"N.D"}} {% endwith %} {{experiment.stimulation_type_names|default:"N.D"}} {{experiment.n_researchers}} {{experiment.n_blocks}} {{experiment.n_protocols}} {{experiment.n_files}} {{experiment.n_signals}} {% endfor %}
Label Type Date Animal Preparation Rec. Methods Stim. Types Researchers Blocks Protocols Files Traces
{{ experiment.label }} {{ experiment.type.name }} {{experiment.preparation.animal}} {{experiment.preparation.subclass}}
{% if is_paginated %} {% for p in page_range %} {% if page == p %} {{p}} {% else %} {{p}} {% endif %} {%if not forloop.last %} | {% endif %} {% endfor %} {% else %}
{% endif %}
{% else %}

No experiments are available.

{% endif %}