Update Rami's flowcell report to work with our new seperate lane table.
[htsworkflow.git] / htsworkflow / frontend / templates / experiments / index.html
1 {% if data_run_list %}
2     <ul>
3     {% for run in data_run_list %}
4         <li><a href="{{ run.fcid }}">{{ run.run_folder }}</a></li>
5     {% endfor %}
6     </ul>
7 {% else %}
8     <p>No data runs are available.</p>
9 {% endif %}