{% extends 'ticker.html' %}
{% block title %}{{pair}} - {{frequency}}{% endblock %}
{% block body %}
{% with url='ticker_token', params=dict(token=token) %}
{% include 'snippets/menu.html' %}
{% endwith %}
Pair | Exchange | {% for att in attributes %}{{att | replace(" On", " On UTC") }} | {% endfor %}|
---|---|---|---|
{{c}}-{{r}} | {{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 %} |