{% extends "portfolio:portfolio/portfolio_base.html" %} {% load crispy_forms_tags %} {% block title %}Buy Security / Add dividend{% endblock %} {% block portfolio_page_title %} Transactions {{ account.name }} {% endblock portfolio_page_title %} {% block portfolio_nav %}
Portfolio Home

Deposit Cash
Buy/Sell Security
Receive Interest Payment
Receive Dividend

Show transactions
Show dividends
{% endblock portfolio_nav %} {% block portfolio_content %}

{{ sub_title }}


{% if yearly_divs %} {% for y in years %} {{ y.year | stringformat:'d' }} {% endfor %} {% endif %}
{% csrf_token %} {{ form | crispy }}
{% endblock portfolio_content %} {% block portfolio_extra_scripts %} {% include 'portfolio-cumul-div-scripts.html' %} {% endblock portfolio_extra_scripts %}