{% extends "base.html" %} {% block title %}{{ symbol }} ยท net-alpha{% endblock %} {% block content %}
| Date | Account | Provenance | Action | Qty | Basis | Proceeds | |
|---|---|---|---|---|---|---|---|
| {{ t.date }} | {{ t.account }} | {% if t.is_manual %}manual {% elif t.transfer_basis_user_set %}edited {% endif %} | {{ display_action(t) }} | {{ t.quantity }} | {{ t.cost_basis if t.cost_basis is not none else "-" }} | {{ t.proceeds if t.proceeds is not none else "-" }} | {% if t.is_manual %} edit delete {% elif t.basis_source in ['transfer_in', 'transfer_out'] %} set basis & date {% endif %} |
| No trades for {{ symbol }} yet. | |||||||