diff --git a/templates/task_orders/new/get_started.html b/templates/task_orders/new/get_started.html index b129b164..73b00074 100644 --- a/templates/task_orders/new/get_started.html +++ b/templates/task_orders/new/get_started.html @@ -1,5 +1,6 @@ {% from "components/icon.html" import Icon %} + {% extends "base.html" %} {% macro Help(icon_name="", name="", description="", link_text="") %} @@ -15,10 +16,13 @@
- To create a portfolio of JEDI cloud applications, you'll need to submit a task order in your organization's system of record. We'll walk you through the necessary steps of that task order, including the following: + {{ "task_orders.new.get_started.intro" | translate }} +
++ {{ "task_orders.new.get_started.intro2" | translate }}
+ {{ "task_orders.new.get_started.intro3" | translate }} +
++ {{ "task_orders.new.get_started.intro4" | translate }} +
+Create a portfolio by starting a new task order
+ {{ "task_orders.new.get_started.button" | translate }}