| {{ loop.index }} |
{% if track.is_entry %}
•
{% endif %}
|
{% if track.distributed_by == "sme" %}
{% if loop.index % 2 %}
{% else %}
{% endif %}
{% elif track.distributed_by == "theorchard" %}
{% if loop.index % 2 %}
{% else %}
{% endif %}
{% elif track.distributed_by == "awal" %}
{% if loop.index % 2 %}
{% else %}
{% endif %}
{% endif %}
|
|
{{ track.streams }} |
{{ '-' if track.is_change_negative else '+' }}
{{ track.change_value }}
({{ track.change_percent }}%)
|
{{ '-' if track.is_lf_change_negative else '+' }}
{{ track.lf_change_value }}
({{ track.lf_change_percent }}%)
|
{% endfor %}