{% extends "base_site.html" %} {% load adminmedia humanize i18n %} {% block extrahead %} {% block additional_javascript %} {% endblock %} {% endblock %} {% block content %}

About this Flowcell

Flowcell: {{flowcell.flowcell_id}}
Run Date: {{ flowcell.run_date }}
Type: {{flowcell.flowcell_type}}
Read Length: {{flowcell.read_length}}
Control Lane: {{flowcell.control_lane}}
Notes:

{{flowcell.notes}}

Lanes

{% for lane in flowcell.lane_set.all %} {% endfor %}
Lane Library ID Library Name Species Comment
{{lane.lane_number}} {{lane.library.id}} {{lane.library.library_name}} {{ lane.library.library_species.scientific_name }} {{lane.comment}}
{% endblock %}