{% extends "layout.html" %} {% block title %}Security Prices{% endblock %} {% block content %}
Price | Date | Currency | Source | {% for item in model.prices %}
---|---|---|---|
{{ item.value }} | {{ '{:%Y-%m-%d}'.format(item. date) }} | {{ item.currency.mnemonic }} | {{ item.source }} |