{% extends "layout.html" %} {% block title %} Quote {% endblock %} {% block main %} {% for stock in stocks %} {% endfor %}
Symbol Shares Price Actions TOTAL
{{ cash_remaining | usd }}
{{ stock.symbol }} {{ stock.total_shares }} {{ quotes[stock.symbol]["price"] | usd }}
{{ (quotes[stock.symbol]["price"] * stock.total_shares) | usd }}
CASH {{ total | usd }}
{% endblock %}