{% extends 'ticker/ticker.html' %} {% block body %} {% with url_ticker='ticker.ticker_coins_or_tokens', params={} %} {% include 'menu.html' %} {% endwith %}
{% for _, att in attributes.items() %} {% endfor %} {% for c, d in coins_or_tokens_favourites.items() %} {% set r = d["pair"] %} {% set exchange = d["name"] %} {% for att, _ in attributes.items() %} {% set _id = "{}_{}{}_{}_{}".format(exchange.lower(), c.lower(), r.lower(), att, frequency) %} {% if 'price_change_chart' != att %} {% else %} {% endif %} {% endfor %} {% endfor %}
Coins/Tokens - {{frequency}}
  {{ att }}
{{c}}
{{c}}
{{ exchange.upper() }}/{{r}}
-
{% endblock %}