{% extends "base.html" %} {% block scripts %} {% end %} {% block css %} {% end %} {% block title %} Trade View {% end %} {% block content %}

Trade View

{% for exchange_name in args['trade_data_by_exchange'].keys() %} {% end %}
{% end %}