{% extends "layout.html" %} {% block title %}Vanguard Prices{% endblock %} {% block content %}

Vanguard Australia Fund Prices

Example fund list: "8123,8146,8148,8147" Use this
{% if prices %} {% for price in prices recursive %} {% endfor %}
Id Date Price Name Morningstar Id
{{ price.identifier }} {{ price.date }} {{ price.value }} {{ price.name }} {{ price.mstar_id }}
{% endif %} {% endblock %} {% block scripts %} {% endblock %}