{% extends 'ticker/ticker.html' %} {% block title %}{{token}} - {{frequency}}{% endblock %} {% block body %} {% with url='ticker.token_frequency', params=dict(token=token) %} {% include 'snippets/menu.html' %} {% endwith %}
{% for att in attributes %} {% 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 %} {% set _id = "{}_{}{}_{}_{}".format(exchange.lower(), c.lower(), r.lower(), att.replace(' ', '_').lower(), frequency) %} {% if 'price_change_chart' != att.replace(' ', '_').lower() %} {% else %} {% endfor %} {% endif %} {% endfor %} {% endfor %}

{{token}} - {{frequency}}

  Pair Exchange{{att | replace(" On", " On UTC") }}
{{c}} {{c}}-{{r}} {{exchange.replace('_', ' ').upper()}} - {% endif %} {% endfor %}
{% endblock %}