{% extends "_base.html" %} {% load static %} {% block styles %} {{ block.super }} {% endblock styles %} {% block ui_active_tab %}'equipment_items'{% endblock ui_active_tab %} {% block page_header %}Equipment definitions{% endblock page_header %} {% block page_description %}{% endblock page_description %} {% block breadcrumb %} {% include "equipment_and_rooms/equipment/breadcrumb.html" %} {% endblock breadcrumb %} {% block maincontent %}
No. | Name | Is fixed? | Is disposable? | Edit | Delete |
---|---|---|---|---|---|
{{ forloop.counter }} | {{ equip.name }} | {% if equip.isFixed %} Yes {% else %} No {% endif %} | {% if equip.disposable %} Yes {% else %} No {% endif %} | Edit | Delete |
No equipment found.
{% endif %}