{% extends "portfolios/base.html" %} {% from "components/sticky_cta.html" import StickyCTA %} {% block portfolio_content %} {{ StickyCTA("Reports") }}
{% include "portfolios/reports/portfolio_summary.html" %}
{% include "portfolios/reports/obligated_funds.html" %} {% include "portfolios/reports/expired_task_orders.html" %}
{% include "portfolios/reports/application_and_env_spending.html" %}
{% endblock %}