Add support for tracking the multiplex index sequence.
[htsworkflow.git] / htsworkflow / frontend / templates / sample_header.html
index c125a1ca4b44c11dd38650a38371a6f1ed04d0dc..1800fe54f2ab8219aa138cb06399e351ea22fcf2 100644 (file)
@@ -1,11 +1,11 @@
 <div id="librarydetail"  about="{{lib.get_absolute_url}}">
   <div class="library_identity">
-    <h2>Library Name</h2>  
-    <b>Library ID</b>: 
+    <h2>Library Name</h2>
+    <b>Library ID</b>:
        <a href="{{lib.get_absolute_url}}"><span property="libns:library_id">{{ lib.id }}</span></a>
        {% if user.is_staff %}<a href="{{lib.get_admin_url}}"><img class="icon_button" src="/media/img/admin/icon_changelink.gif"/></a>{% endif %}
        <br/>
-    <b>Name</b>: 
+    <b>Name</b>:
       <span property="libns:name">{{ lib.library_name }}</span>
     <br/>
     <b>Affiliations</b>:
@@ -19,7 +19,7 @@
   </div>
   <div class="library_sample_detail">
     <h2>Sample Details</h2>
-    <b>Species</b>: 
+    <b>Species</b>:
       <span property="libns:species" content="{{lib.library_species.scientific_name}}"><a href="{{lib.library_species.get_absolute_url}}">{{ lib.library_species.scientific_name }}</a></span>
     <br/>
     <b>Experiment Type</b>:
@@ -47,7 +47,7 @@
     <br/>
     {% endif %}
     {% if lib.replicate %}
-    <b>Replicate</b>: 
+    <b>Replicate</b>:
        <span property="libns:replicate">{{ lib.replicate }}</span>
     <br/>
     {% endif %}
     <b>Library Type</b>:
        <span property="libns:library_type">{{ lib.library_type }}</span>
     <br/>
+    <b>Multiplex Index</b>:
+       <span property="libns:multiplex_index">{{ lib.index_sequence_text }}</span>
+    <br/>
     <b>Creation Date</b>
       <span property="libns:date" content="{{lib.creation_date|date:'Y-m-d'}}T00:00:00" datatype="xsd:dateTime">{{ lib.creation_date }}</span>
-    <br/> 
-    <b>Made By</b>: 
+    <br/>
+    <b>Made By</b>:
       <span property="libns:made_by">{{ lib.made_by }}</span>
     <br/>
     {% if lib.gel_cut_size %}
-    <b>Gel Cut Size</b>: 
+    <b>Gel Cut Size</b>:
       <span property="libns:gel_cut" datatype="xsd:decimal">{{ lib.gel_cut_size }}</span>
     <br/>
     {% endif %}
     {% if lib.insert_size %}
-    <b>Insert Size</b>: 
+    <b>Insert Size</b>:
       <span property="libns:insert_size" datatype="xsd:decimal">{{ lib.insert_size }}</span>
     <br/>
     {% endif %}
     {% if lib.undiluted_concentration %}
-    <b>Concentration</b>: 
+    <b>Concentration</b>:
       <span property="libns:concentration">{{ lib.undiluted_concentration }} ng/µl</span>
     <br/>
     {% endif %}