{% extends 'generic/object.html' %} {% load render_table from django_tables2 %} {% block content %}
Transducer Type
Name {{ object.name }}
Dash {{ object.dash }}
Unit {{ object.unit }}
Nb. transducer {{ object.nb_transducer }}
Description {{ object.description }}
{% include 'inc/panels/tags.html' %} {% include 'inc/panels/comments.html' %} {% include 'inc/panels/custom_fields.html' %}
Details
Min. warning {{ object.min_warning|placeholder }}
Max. warning {{ object.max_warning|placeholder }}
Min. critical {{ object.min_critical|placeholder }}
Max. critical {{ object.max_critical|placeholder }}
Min. custom {{ object.min_custom|placeholder }}
Max. custom {{ object.max_custom|placeholder }}
Transducers
{% render_table transducers %}
{% endblock content %}