-
{% for key, list in simulation.items %}
-
{{ key.0 }}: ${{ key.1 }}
-
{% for item in list %}
- ${{ item.amount }} to {{ item.name }} at
{{ item.address }}
{% endfor %}
{% endfor %}
- ${{ item.amount }} to {{ item.name }} at