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