{% extends 'ticker/ticker.html' %} {% block title %}{{pair}} - {{frequency}}{% endblock %} {% block body %} {% with url_ticker='ticker.pair_frequency', params=dict(pair=pair) %} {% include 'menu.html' %} {% endwith %}
{% for _, att in attributes.items() %} {% endfor %} {% for i in symbols_per_exchange %} {% for exchange, d in i.items() %} {% if d['pairs']%} {% for c, r in d['pairs'] %} {% 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 %} {% endif %} {% endfor %} {% endfor %}
{{pair}} - {{frequency}}
  Exchange{{ att }}
{{c}}
{{r}}
{{exchange.replace('_', ' ').upper()}} -
{% endblock %}