Templated Plate Editor with Dosages
Controls
Treatments
{%- for t in treatments %}
{{ t }}
{% if not loop.last %}
{% endif -%} {%- endfor -%}
Dosages
{%- for d in dosages %}
{{ d }}
{% if not loop.last %}
{% endif -%} {%- endfor -%}
Plate
{% for c in cols -%}
{{ c }}
{% endfor -%}
{% for r in rows -%}
{{ r }}
{%- for c in cols %}
{%- endfor %}
{% endfor -%}