{% extends "portfolios/base.html" %} {% set secondary_breadcrumb = "navigation.portfolio_navigation.breadcrumbs.funding" | translate %} {% from "components/icon.html" import Icon %} {% block portfolio_content %} {% set show_dd_254_button = is_so and to_form_complete %} {% set show_to_info_button = (is_cor or is_ko) and to_form_complete %} {% set show_sign_to_button = is_ko and dd_254_complete and not is_to_signed %} {% macro officer_name(officer) -%} {%- if not officer -%} not yet invited {%- elif officer == g.current_user -%} you {%- else -%} {{ officer.full_name }} {%- endif -%} {%- endmacro -%} {% macro Step(description="", complete=True, button_text=None, button_url=None) %}
{% endmacro %} {% macro DocumentLink(title="", link_url="", description="") %} {% set disabled = not link_url %}