Add link to admin page to flowcell & library pages for logged in staff
[htsworkflow.git] / htsworkflow / frontend / templates / experiments / flowcell_detail.html
index 865fc97a05fd16725e1556df6e1747eb38fe686a..5ec9afe8a5944581a03a568b94ddc998b5abe60b 100644 (file)
 
 {% block content %}
 <div id="flowcell_detail">
-  <h2>About this Flowcell</h2>
-  <b>Flowcell</b>: 
-    <a href="{{flowcell.get_absolute_url}}" property="libns:flowcell_id">{{flowcell.flowcell_id}}</a><br/>
-  <b>Run Date</b>:
-    <span property="libns:date" content="{{flowcell.run_date|date:'Y-m-d\TH:i:s'}}" datatype="xsd:dateTime">{{ flowcell.run_date }}</span><br/>
-  <b>Type</b>: 
-    <span property="libns:flowcell_type">{{flowcell.flowcell_type}}</span><br/>
-  <b>Read Length</b>:
-    <span property="libns:read_length">{{flowcell.read_length}}</span><br/>
-  <b>Control Lane</b>:
-    <span property="libns:control_lane">{{flowcell.control_lane}}</span><br/>
-
-  <b>Notes</b>:
-    <pre property="libns:flowcell_notes">{{flowcell.notes}}</pre>
+  {% include "experiments/flowcell_header.html" %}
   <div class="htswdetail">
     <h2>Lanes</h2>
     <table>