{% extends "base.html" %} {% from "components/icon.html" import Icon %} {% from "components/sticky_cta.html" import StickyCTA %} {% block content %}
{% if portfolios %} {% set sticky_header = "home.new_portfolio" | translate %} {% else %} {% set sticky_header = "home.get_started" | translate %} {% endif %}
{% include "fragments/flash.html" %}

{{ "home.head" | translate }}

Set up a Portfolio

New Portfolios will be visible in the left side bar of this page.

All TOs associated to a specific Application or set of related Applications will be entered at the Portfolio level. Funding is applied and managed at the Portfolio level as well.


{{ Icon('funding', classes="icon--home-pg-badge") }}

{{ "navigation.portfolio_navigation.breadcrumbs.funding" | translate }}

{{ "home.funding_descrip" | translate }}

{{ Icon('chart-pie', classes="icon--home-pg-badge") }}

{{ "navigation.portfolio_navigation.breadcrumbs.reports" | translate }}

{{ "home.reports_descrip" | translate }}

{{ Icon('applications', classes="icon--home-pg-badge") }}

{{ "navigation.portfolio_navigation.breadcrumbs.applications" | translate }}

{{ "home.applications_descrip" | translate }}

{{ Icon('cog', classes="icon--home-pg-badge") }}

{{ "navigation.portfolio_navigation.breadcrumbs.admin" | translate }}

{{ "home.admin_descrip" | translate }}

{% endblock %}