{% extends 'generic/object.html' %} {% load render_table from django_tables2 %} {% block content %}
Sensor Type
Name {{ object.name }}
Icon {{ object.icon }}
Nb. sensors {{ object.nb_sensors }}
{% include 'inc/panels/tags.html' %} {% include 'inc/panels/comments.html' %} {% include 'inc/panels/custom_fields.html' %}
Sensors
{% render_table sensors_table %}
Transducer type
{% render_table transducer_type_table %}
{% endblock content %}