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