- start : {% if blk.start %}{{blk.start|date:"D d M Y \a\t h:m a"}}{% else %}Not Defined{% endif %}
- end : {% if blk.end %}{{blk.end|date:"jS F Y \a\t h:m a"}}{% else %}Not Defined{% endif %}
- protocol recordings : {{ n_protocols }}
- recording configuration : {{ n_rec_conf }}
- 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 : {{ n_files }}
- traces : {{ n_signals }}