{% include 'manage/threshold/partials/notify.html' %} {% if list is not None %}
{% for key, item in list.items %} {% endfor %}
attribute value
{{ key }} {% if item is not None %} {{ item }} {% endif %}
{% endif %}