{% extends 'commands.html' %} {% import "bootstrap/wtf.html" as wtf %} {% block nav_inventory %} active{% endblock %} {% block nav_inventory_hardware %} active{% endblock %} {% block content %}
{{ _('Item') }} | {{ _('Type') }} |
---|---|
{{ item['description'] }} | {{ item['type'] }} |