{% extends 'ticker.html' %}
{% block title %}{{pair.upper()}} - {{frequency}}{% endblock %}
{% block include_scripts %}
{% 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 %}- | {% endfor %}