Updated indices to include a print option.
[htsworkflow.git] / templates / container_index.html
index 8ba6cced7270d3b2a4a9b57f4530658f395e93b2..af1e0b07db8652538651edaa4d1dea7f18203032 100644 (file)
@@ -7,6 +7,7 @@
         <td><b>Freezer</b></td>
         <td><b>Sample Count</b></td>
         <td><b>Space Available</b></td>
+        <td><b>Label</b></td>
     </tr>
     {% for container in container_list %}
         <tr>
@@ -18,6 +19,7 @@
             <td>{{ container.freezer }}</td>
             <td>{{ container.sample_set.count }}</td>
             <td>{{ container.space_available }}</td>
+            <td><a href="{{ container.get_absolute_url }}print/">Print</a></td>
         </tr>
     {% endfor %}
 </table>