{{ threshold.description }}
|
|
|
{% if threshold.units %}
{% if threshold.max %}
{% else %}
{{threshold.units}}
{% endif %}
{% else %}
{% endif %}
|
{% if threshold.max %}
{{ threshold.max }}
{% if threshold.units %}
{{ threshold.units }}
{% endif %}
{% endif %}
|
{% if threshold.state %}
{{ threshold.state }}
{% endif %}
|
|
{% endfor %}