{% extends "layout.html" %} {% block title %} History {% endblock %} {% block main %} {% for row in history %} {% endfor %}
Symbol Shares Price Transacted
{{ row.symbol }} {{ row.shares }} {{ row.price }} {{ row.transacted }}
{% endblock %}