{% extends "_base.html" %} {% load static %} {% block styles %} {{ block.super }} {% endblock styles %} {% block ui_active_tab %}'eqdef'{% endblock ui_active_tab %} {% block page_header %}Equipment definitions{% endblock page_header %} {% block page_description %}{% endblock page_description %} {% block breadcrumb %} {% include "eqdef/breadcrumb.html" %} {% endblock breadcrumb %} {% block maincontent %}
Add new equipment type
{% if equipment_list %} {% for equip in equipment_list %} {% endfor %}
No. Name Is fixed? Edit Delete
{{ forloop.counter }} {{ equip.name }} {% if equip.isFixed %} {% else %} {% endif %}
{% else %}

No equipment found.

{% endif %}
{% endblock maincontent %} {% block scripts %} {{ block.super }} {% endblock scripts %}