diff --git a/app/itam/templates/itam/device_index.html.j2 b/app/itam/templates/itam/device_index.html.j2 index d5d26283..bb3e3163 100644 --- a/app/itam/templates/itam/device_index.html.j2 +++ b/app/itam/templates/itam/device_index.html.j2 @@ -18,7 +18,13 @@ {% for device in devices %} {{ device.name }} - {{ device.device_type }} + + {% if device.device_type %} + {{ device.device_type }} + {% else %} + - + {% endif %} + {% if device.device_model.manufacturer %} {{ device.device_model.manufacturer }}