Added start of inventory summary view and cleaned up inventory template location
[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         {% else %}
7                 <h3>Item with UUID of {{ uuid }} not found.</h3>
8         {% endif %}
9 {% endblock %}