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

Experiment {{ blk.experiment.label }} / Recording block: #{{blk.label}}

{% endblock %} {% block dojo_widgets %} {% endblock %} {% block navbar %} Home | Laboratories | {{ lab.diminutive }} | {{ blk.experiment.label }} | {{ blk.label }} {% endblock %} {% block title %} Experiment {{blk.experiment.label}} :: Recording block #{{blk.label}} {% endblock %} {% block content %} {% filter cut:"None" %} {% comment %}

Recording Block Properties

{% block block_detail %} {% endblock %}

Configuration

{% block block_configuration %} {% endblock %}

Protocols

{% block block_protocols %} {% endblock %} {% endcomment %}

Recording Block Properties

{% block_statistics blk %}
{% if sharp_configuration_block %}

Recording Configuration

{% sharp_configuration_block blk %} {% endif %}

Executed Protocols

{% protocol_list lab protocols blk.protocolrecording_set.all %}
{% endfilter %} {% endblock %}