{% extends 'base.html' %} {% block title %}{{frequency}}{% endblock %} {% block include_scripts_top %} {% endblock %} {% block body %} {% with url='ticker', params=dict() %} {% include 'snippets/menu.html' %} {% endwith %} {% for i in symbols_per_exchange %} {% for exchange, d in i.items() %} {% if d['pairs'] %}
{% for att in attributes %} {% endfor %} {% 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 %}

{{exchange.replace('_', ' ').upper()}} - {{frequency}}

 {{att | replace(" On", " On UTC") }}
{{c}}-{{r}} - {% endif %} {% endfor %}
{% endif %} {% endfor %} {% endfor %} {% endblock %} {% block footer %}
{% endblock %} {% block include_scripts_bottom %} {% endblock %}