14 <div class="col-sm-8">
16 <table class="table table-hover table-bordered" >
19 <td><b>Genotyping Data Project Name</b></td>
23 % print "$trial_name";
25 % print "<span class='text-danger'>[No Trial Name]</span>";
32 <td><b>Breeding Program </b></td>
34 <span id="breeding_program">
35 % if ($breeding_program_name) {
36 <a href="/breeders/program/<% $breeding_program_id %>"><% $breeding_program_name %></a>
39 % print "<span class='text-danger'>[No Breeding Program]</span>";
46 <td><b>Trial Location</b></td>
48 <div id="trial_location">
49 % if ($location_name) {
50 % print "$location_name";
52 % print "<span class='text-danger'>[No Location]</span>";
65 % print "<span class='text-danger'>[No Year]</span>";
71 <tr><td><b>Description</b></td>
73 <div id="trial_description">
74 % if ($trial_description) {
75 % print "$trial_description";
77 % print "<span class='text-danger'>[No Description]</span>";
83 <tr><td><b>Genotyping Facility</b></td>
85 <div id="trial_genotyping_facility">
86 % if ($genotyping_facility) {
87 % print "$genotyping_facility";
89 % print "<span class='text-danger'>[No Genotyping Facility]</span>";
97 <div class="col-sm-4">
98 <div class="well well-sm">
99 <& /util/barcode.mas, identifier => "$identifier_prefix"."$trial_id", trial_id=> "$trial_id", trial_name=> "$trial_name", format=>"trial_qrcode" &>