{% extends 'dcim/device/base.html' %} {% load static %} {% load i18n %} {% block title %}{{ object }} - {% trans "Sens" %}{% endblock %} {% block content %}
Name | Type | Serial nb. | Transducers |
---|---|---|---|
{{ sensor.name }} | {% if sensor.type.all %} {% for type in sensor.type.all %} {{ type }} {% endfor %} {% else %} - {% endif %} | {{ sensor.serial }} | {% if sensor.transducers %} {% for transducer in sensor.transducers %} {{ transducer.name }}{% if not forloop.last %}, {% endif %} {% endfor %} {% else %} - {% endif %} |