{% extends "base.html" %} {% load recordings %} {% block pagetitle %}

Experiment {{protocol.block.experiment.label}} / Recording block #{{protocol.block.label}} / Protocol #{{protocol.label}}

{% endblock %} {% block dojo_widgets %} {% endblock %} {% block navbar %} Home | Laboratories | {{ lab.diminutive }} | {{ protocol.block.experiment.label }} | {{ protocol.block.label }} | {{ protocol.label }} {% endblock %} {% block content %} {% filter cut:"None" %}

Protocol Properties

{% protocol_properties protocol %}

Stimulation Properties

{% include "stimulation_detail.html" %}
{% endfilter %} {% endblock %}