{# partial for displaying the prices #} {% if result %}{% endif %} {% for price in model.prices %} {% if result %}{% endif %} {% endfor %}
Date Name Price CurrencyImported
{{ "{:%Y-%m-%d}".format(price.date) }} {{ price.name }} {{ "{:,.2f}".format(price.value) }} {{ price.currency }}{{ result[price.name] }}