- date : {% if experiment.start %}{{experiment.start|date:"D d M Y"}}{% else %}Not Defined{% endif %}
- setup : {{ experiment.setup }}
- experimenters : {{ experiment.researchers.count }}
{% if experiment.researchers.count %}
{% endif %}
- recording blocks : {{ n_blocks }}
- protocol recording : {{ n_protocols }}
- recording methods : {{ n_methods }}
{% if n_methods %}
{% for method,count in methods.items %}
- {{ method }} : {{ count }}
{% endfor %}
{% endif %}
- stimulation types : {{ n_stim_types }}
{% if n_stim_types %}
{% for stim_type in stim_types %}
- {{ stim_type.name }} : {{ stim_type.n_experiments }}
{% endfor %}
{% endif %}
- files : {{ experiment.files.count }}
- traces : {{ experiment.signals.count }}