{% extends "portfolio:portfolio/portfolio_base.html" %} {% block title %}Transactions{% endblock %} {% block portfolio_page_title %} Dividends {{ year }} {% endblock portfolio_page_title %} {% block portfolio_content %}
Date | Security | Total | Price | Commission | |
---|---|---|---|---|---|
{{t.date|date:"d M Y"}} | {{t.security}} | {{t.cash_amount}} | {{t.price}} | {{t.commission}} | Delete |
Total: | {{divsum}} |