Back to Trader

Instrument

dashboard/templates/panel/instrument.html

latest382 B
Original Source

{% extends 'global/base_site.html' %} {% load static %} {% block extrajs %} {{ block.super }} {% endblock %} {% block content %}

{% for exchange, insts in inst_list.items %}

{{ exchange }} {% for obj in insts %} - {{ obj.name }} {% endfor %}

{% endfor %}

{% endblock %}