{% load pretty %} {% include 'partials/notify.html' %}
| attribute | value | {% for key, item in live_info.items %}
|---|---|
| {{ key }} | {% if item is not None %} {{ item }} {% endif %} |
| attribute | value | {% for key, item in db_info.items %} {% if key == 'instruments' %}
|---|---|
| {{ key }} |
{% if item is not None %}
{{ item|pretty }}
{% endif %}
|
| {{ key }} | {% if item is not None %} {{ item }} {% endif %} |