+
+
{{ "task_orders.new.funding.performance_period_title" | translate }}
+
{{ "task_orders.new.funding.performance_period_description" | translate }}
+
{{ "task_orders.new.funding.performance_period_paragraph" | translate }}
+ {{ OptionsInput(form.performance_length) }}
-
Choose the dates your task order will cover.
+
-
- Because your funds will be lost if you don’t use them, we strongly recommend
- submitting small, short-duration task orders, usually a three month period.
- We’ll notify you when your period of performance is nearing the end so you can
- request your next set of funds with a new task order.
-
+
{{ "task_orders.new.funding.estimate_usage_title" | translate }}
+
{{ "task_orders.new.funding.estimate_usage_description" | translate }}
+
+ {{ Icon("link")}} Cloud Service Provider's estimate calculator
+
+
{{ "task_orders.new.funding.estimate_usage_paragraph" | translate }}
+
+ {{ form.pdf.label }}
+ {{ form.pdf.description }}
+
+
- {{ DateInput(form.start_date, placeholder='MM / DD / YYYY', validation='date') }}
- {{ DateInput(form.end_date, placeholder='MM / DD / YYYY', validation='date') }}
+
-
-
Cloud Usage Estimate
+
{{ "task_orders.new.funding.cloud_calculations_title" | translate }}
+
{{ "task_orders.new.funding.cloud_calculations_paragraph" | translate }}
-
- Calculate how much your cloud usage will cost. A technical representative
- should help you complete this calculation.
-
- Cloud Service Provider's estimate calculator
-
-
-
Upload a copy of your CSP Cost Estimate Research
+
{{ "task_orders.new.funding.cloud_offerings_title" | translate }}
+
{{ "task_orders.new.funding.cloud_offerings_paragraph" | translate }}
+ {{ TextInput(form.clin_01, validation='dollars', placeholder="$0.00") }}
+ {{ TextInput(form.clin_02, validation='dollars', disabled=(not config.CLASSIFIED)) }}
-
- Upload your anticipated cloud usage from the CSP tool linked above. PDFs and
- screengrabs of the tool are sufficient.
-
-
- This is only an estimation tool to help you make and informed evaluation of
- what you expect to use. While you're tied to the dollar amount you specify in
- your task order, you're not obligated by the resources you indicate in the
- calculator.
-
-
-
-
-
Cloud Usage Calculations
-
- Enter the results of your cloud usage calculations. These will correspond with
- your task order's period of performance.
-
-
Cloud Offerings
-
- Infrastructure as a Service (IaaS) and Platform as a Service (PaaS) offerings
-
-
- {{ TextInput(form.clin_01, validation='dollars') }}
- {{ TextInput(form.clin_02, validation='dollars', disabled=(not config.CLASSIFIED)) }}
-
-
Cloud Support and Assistance
-
- Technical guidance from the cloud service provider, including architecture,
- configuration of IaaS and PaaS, integration, troubleshooting assistance, and
- other services.
-
- {{ TextInput(form.clin_03, validation='dollars', tooltip='The cloud support and assistance packages cannot be used as a primary development resource.') }}
- {{ TextInput(form.clin_04, validation='dollars', tooltip='The cloud support and assistance packages cannot be used as a primary development resource.', disabled=(not config.CLASSIFIED)) }}
-
+ {{ TextInput(form.clin_03, validation='dollars', tooltip='The cloud support and assistance packages cannot be used as a primary development resource.', placeholder="$0.00") }}
+ {{ TextInput(form.clin_04, validation='dollars', tooltip='The cloud support and assistance packages cannot be used as a primary development resource.', disabled=(not config.CLASSIFIED)) }}
+