X-Git-Url: http://woldlab.caltech.edu/gitweb/?p=htsworkflow.git;a=blobdiff_plain;f=htsworkflow%2Ffrontend%2Ftemplates%2Fsamples%2Flibrary_detail.html;h=9cc76f5b25279fe9f044d4c29fea0dfedd740a45;hp=b7a182e1961b4d1588554cc4c92e09adcc1ce835;hb=89c191828b16e8385685eb7ef18f82bc751e5b3b;hpb=40d2e0eb1ad3612f18c0543bfa5950f89ac749f1 diff --git a/htsworkflow/frontend/templates/samples/library_detail.html b/htsworkflow/frontend/templates/samples/library_detail.html index b7a182e..9cc76f5 100644 --- a/htsworkflow/frontend/templates/samples/library_detail.html +++ b/htsworkflow/frontend/templates/samples/library_detail.html @@ -28,6 +28,7 @@ + {% if eland_results %} {% for result in eland_results %} {{ result.run_date|date}} @@ -48,6 +49,9 @@ {% endfor %} + {% else %} + No data + {% endif %} @@ -85,7 +89,7 @@ - + {% if lane_summary_list %} {# ls short for lane summary #} {% for ls in lane_summary_list %} @@ -111,8 +115,11 @@ {{ ls.repeat_reads|intcomma }} {% endfor %} - - + {% else %} + No data + {% endif %} + +

Flowcell Notes

@@ -123,6 +130,7 @@ + {% if lib.lane_set.all %} {% for lane in lib.lane_set.all %} @@ -147,6 +155,7 @@ {% endfor %} + {% endif %}
Comment