Live information

{% for key, item in live_info.items %} {% endfor %}
attribute value
{{ key }} {% if item is not None %} {{ item }} {% endif %}

Stored information

{% for key, item in db_info.items %} {% endfor %}
attribute value
{{ key }} {% if item is not None %} {{ item }} {% endif %}