{% extends 'generic/object.html' %} {% load render_table from django_tables2 %} {% block content %}
Name | {{ object.name }} |
---|---|
Dash | {{ object.dash }} |
Unit | {{ object.unit }} |
Nb. transducer | {{ object.nb_transducer }} |
Description | {{ object.description }} |
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 }} |