{% extends "base.html" %} {% block title %}{{ symbol }} ยท net-alpha{% endblock %} {% block content %}
| Date | Account | Action | Qty | Basis | Proceeds |
|---|---|---|---|---|---|
| {{ t.date }} | {{ t.account }} | {{ t.action }} | {{ t.quantity }} | {{ t.cost_basis if t.cost_basis is not none else "-" }} | {{ t.proceeds if t.proceeds is not none else "-" }} |
| No trades for {{ symbol }} yet. | |||||