{% load i18n %} {% load helpers %}
| {% trans "Site" %} | {% if device.site %}{{ device.site.name }}{% else %}—{% endif %} |
|---|---|
| {% trans "Location" %} | {% if device.location %}{{ device.location }}{% else %}—{% endif %} |
| {% trans "Device Type" %} | {{ device.device_type }} |
| {% trans "Role" %} | {% if device.role %}{{ device.role }}{% else %}—{% endif %} |