{% extends 'ledger/base.html' %} {% load app_extras %} {% block title %}Details{% endblock %} {% block content %}

{{pfl.name}}'s Portfolio

{% journal_table pfl as jt %}
{% for transaction in jt.tbl %} {% for items in transaction %} {% endfor %} {% endfor %}
Date Transaction Debit Credit
{{items}}
Total: {{jt.dt}} {{jt.ct}}
{% csrf_token %}
$ .00
$ .00
{% endblock %}