{% extends 'ticker/ticker.html' %}
{% block title %}{{ coin_or_token }} - {{frequency}}{% endblock %}
{% block body %}
{% with url_ticker='ticker.token_frequency', params=dict(coin_or_token=coin_or_token) %}
{% include 'snippets/menu.html' %}
{% endwith %}
Pair | Exchange | {% for att in attributes if att != 'Price USDT' %}{{ att }} | {% endfor %}||
---|---|---|---|---|
![]() |
{{c}}-{{r}} | {{exchange.replace('_', ' ').upper()}} | {% for att in attributes if att != 'Price USDT' %} {% set _id = "{}_{}{}_{}_{}".format(exchange.lower(), c.lower(), r.lower(), att.replace(' ', '_').lower(), frequency) %} {% if 'price_change_chart' != att.replace(' ', '_').lower() %}- | {% else %}{% endif %} {% endfor %} |