Report no data found when collections empty
[htsworkflow.git] / htsworkflow / templates / samples / library_detail.html
index 65747dcac5194ca6d73191a3ad419d6c9f500fe1..49663931006ce70aabe6b563342144227913606d 100644 (file)
        <td>Comment</td>
       </tr>
     </thead>
-    {% if lib.lane_set.all %}
     <tbody>
       {% for lane in lib.lane_set.all %}
       <tr rel="libns:has_lane" 
             </a></td>
         <td>{{ lane.comment }}</td>
       </tr>
-         {% endfor %}
+      {% empty %}
+      <tr><td colspan="0">No data</td></tr>
+      {% endfor %}
     </tbody>
-    {% endif %}
   </table>
   <br/>
   <hr/>