Fix for ticket:130.
[htsworkflow.git] / templates / sample_summary.html
1 <h2>Sample Summary</h2>
2
3 [ <a href="{{ sample.get_absolute_url }}edit/">Edit</a> | <a href="{{ sample.get_absolute_url }}print/">Print Label</a> ]<br />
4 <br />
5
6 {% if msg %}
7 <div class="msg">
8     {{ msg }}
9 </div>
10 <br />
11 {% endif %}
12
13 <b>Name:</b> {{ sample.name }}<br />
14 <b>SampleID:</b> {{ sample.sampleid }}<br />
15 <b>Type:</b> {{ sample.sample_type.name }}<br />
16 <b>Owner:</b> {{ sample.owner.name }}<br />
17 <br />
18 <b>Description:</b>
19 <p>{{ sample.description }}</p>
20 <br />
21 <b>Concentration (ug/ml):</b> {{ sample.concentration }}<br />
22 <b>Volume (ml):</b> {{ sample.volume }}<br />
23 <br />
24 <b>Freezer:</b> <a href="{{ sample.container.freezer.get_absolute_url }}">{{ sample.container.freezer.name }}</a><br />
25 <b>Container:</b> <a href="{{ sample.container.get_absolute_url }}">{{ sample.container.name }}</a><br />