{% extends "layout.html" %} {% block title %}Vanguard Prices{% endblock %} {% block content %}
Id | Date | Price | Name | Morningstar Id | {% for price in prices recursive %}
---|---|---|---|---|
{{ price.identifier }} | {{ price.date }} | {{ price.value }} | {{ price.name }} | {{ price.mstar_id }} |