X-Git-Url: http://woldlab.caltech.edu/gitweb/?p=htsworkflow.git;a=blobdiff_plain;f=htsworkflow%2Ffrontend%2Ftemplates%2Fexperiments%2Fflowcell_detail.html;h=3a3b736e9d445857c14a6be4e7889cd44fd6017b;hp=5ce9fa2a067403650cc0e1ed0f2dc3d05bd98e82;hb=c99feb78c58da43cb018dc3ef109bc3074d3c511;hpb=da57ac1c65ff0fa96c831ff6adb787c64e99cc8d diff --git a/htsworkflow/frontend/templates/experiments/flowcell_detail.html b/htsworkflow/frontend/templates/experiments/flowcell_detail.html index 5ce9fa2..3a3b736 100644 --- a/htsworkflow/frontend/templates/experiments/flowcell_detail.html +++ b/htsworkflow/frontend/templates/experiments/flowcell_detail.html @@ -26,22 +26,37 @@ {% for lane in lanes %} - - - {{lane.lane_number}} - {{lane.library.id}} + +
+ + + {{lane.lane_number}} + + +
+
+ + + {{lane.library.id}} {% if user.is_staff %} {% endif %} - {{lane.library.library_name}} - + + {{lane.library.library_name}} + + + {{ lane.library.library_species.scientific_name }} +
+
{{lane.comment}} +
{% endfor %}