{% extends 'base.html' %}
{% block title %}{{frequency}}{% endblock %}
{% block include_scripts_top %}
{% endblock %}
{% block body %}
{% with url_ticker='ticker.ticker', params={} %}
{% include 'menu.html' %}
{% endwith %}
{% for i in symbols_per_exchange %}
{% for exchange, d in i.items() %}
{% if d['pairs'] %}
Pair | {% for _, att in attributes.items() %}{{ att }} | {% endfor %}||
---|---|---|---|
![]() ![]() |
{{c}}-{{r}} | {% for att, _ in attributes.items() %} {% set _id = "{}_{}{}_{}_{}".format(exchange.lower(), c.lower(), r.lower(), att, frequency) %} {% if 'price_change_chart' != att %}- | {% else %}{% endif %} {% endfor %} |