Back to Trader

Correlation

dashboard/templates/panel/correlation.html

latest320 B
Original Source

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

{% for section, insts in inst_list %}

{{ section }} {{ insts.count }} / {{ insts.count }}

{% for inst in insts %} {{ inst.name }} {% endfor %}

{% endfor %}

{% endblock %}