{% load pretty %} {% include 'partials/notify.html' %}

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 %} {% if key == 'instruments' %} {% else %} {% endif %} {% endfor %}
attribute value
{{ key }} {% if item is not None %}
{{ item|pretty }}
{% endif %}
{{ key }} {% if item is not None %} {{ item }} {% endif %}