{% extends 'ticker.html' %}
{% block title %}{{pair.upper()}} - {{frequency}}{% endblock %}
{% block body %}
{% with url='ticker_pair', 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 %} |