{% extends 'ticker/ticker.html' %}
{% block title %}{{pair}} - {{frequency}}{% endblock %}
{% block body %}
{% with url='ticker.pair_frequency', params=dict(pair=pair) %}
{% include 'snippets/menu.html' %}
{% endwith %}
Exchange | {% for att in attributes %}{{att | replace(" On", " On UTC") }} | {% endfor %}||
---|---|---|---|
![]() |
{{exchange.replace('_', ' ').upper()}} | {% 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 %}{% endif %} {% endfor %} |