{% extends 'base.html'%} {% load crispy_forms_tags %} {% block title %} Change Element {% endblock %} {% block content %}
| ID | Type | Start Value [Ω] | Diameter [mm] | Length [mm] | Supplier | Status | Change | |
|---|---|---|---|---|---|---|---|---|
| {{ row.ElementId }} | {{ row.TypeId.TypeName }} | {{ row.TypeId.StartVal|floatformat:2 }} | {{ row.TypeId.Diameter_mm|floatformat:2 }} | {{ row.TypeId.Length_mm|floatformat:2 }} | {{ row.TypeId.SupplierId.SupplierName }} | {% if row.Status == False %}New | {% else %}Used | {% endif %}Change Element |