{% extends "bootstrap/base.html" %} {% import "bootstrap/wtf.html" as wtf %} {% block styles %} {{super()}} {% endblock %} {% block content %}

Security Holdings Separated by Holding Period

Long Term Holdings (over 366 days)

{% for table in tables_long_term %} {{titles_long_term[loop.index]}} {{ table|safe }} {% endfor %}

Short Term Holdings (less than 366 days)

{% for table in tables_short_term %} {{titles_short_term[loop.index]}} {{ table|safe }} {% endfor %}

back home

{% endblock %}