{% from "components/empty_state.html" import EmptyState %} {% from "components/icon.html" import Icon %} {% from "components/sticky_cta.html" import StickyCTA %} {% extends "portfolios/base.html" %} {% block portfolio_content %} {% macro ViewLink(task_order) %} View {{ Icon("caret_right", classes="icon--tiny") }} {% endmacro %} {% macro TaskOrderDate(task_order) %} {% if task_order.is_active %} Began {{ task_order.start_date }} | Ends {{ task_order.end_date }} {% elif task_order.is_expired %} Started {{ task_order.start_date }} | Ended {{ task_order.end_date }} {% else %} Started {{ task_order.start_date }} {% endif %} {% endmacro %} {% macro TaskOrderList(task_orders) %}