5112c215201fb59be46939173d5e79f4c08d1f32
[htsworkflow.git] / htsworkflow / frontend / templates / inventory / inventory_summary.html
1 {% extends "inventory/inventory_app.html" %}
2
3 {% block content %}
4 {% if item %}
5         <h3>Item: {{item.uuid}}</h3>
6         <a href="{% url htsworkflow.frontend.inventory.views.index %}{{item.uuid}}/print/">Print</a>
7         
8         
9         
10 {% else %}
11         <h3>Item with UUID of {{ uuid }} not found.</h3>
12 {% endif %}
13 {% endblock %}