{% extends 'base.html' %} {% block title %}Portfolio{% endblock %} {% block include_scripts_top %} {% endblock %} {% block body %} {% with url_ticker='ticker.ticker', params={} %} {% include 'menu.html' %} {% endwith %}

My Transactions
  Units In/Out Unit $ Type Added on
{% include 'modals/transaction.html' %} {% endblock %}