{% extends "layout.html" %} {% block title %} Home {% endblock %} {% block main %}
Stock | Symbol | Shares | Current Stock Price | Total Value of Holding |
---|---|---|---|---|
{{ entry.name }} | {{ entry.symbol }} | {{ entry.shares }} | {{ entry.current_price | usd }} | {{ entry.value_holding | usd }} |
Current Cash: | {{ current_cash }} |
---|
Grand Total: | {{ grand_total }} |
---|