{% extends "base.html" %} {% block title %}Transactions{% endblock %} {% block content %}

Portfolio: Transactions


{% for t in object_list %} {% endfor %}
Date Action Security Shares Price Commission  
{{t.date|date:"d M Y"}} {{ t.action }} {{t.security}} {{t.shares}} {{t.price}} {{t.commission}} Delete
Total: {{divsum}}
{% endblock %}