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