{% extends "base.html" %} {% load static i18n %} {% block title %}{{ portfolio.name }} - Transactions{% endblock %} {% block content %}
Transaction History
| Date | Action | Stock | Quantity |
|---|---|---|---|
| {{ tx.date|date:"Y-m-d" }} | {{ tx.action }} | {{ tx.stock_code }} | {{ tx.quantity|floatformat:2 }} |
No transactions in this portfolio.