diff --git a/templates/task_orders/builder_base.html b/templates/task_orders/builder_base.html index 2ad587fe..c2b342d2 100644 --- a/templates/task_orders/builder_base.html +++ b/templates/task_orders/builder_base.html @@ -7,7 +7,7 @@
{{ form.csrf_token }} - {% call StickyCTA(text=('task_orders.form.sticky_header_text' | translate )) %} + {% call StickyCTA(text=('task_orders.form.sticky_header_text' | translate({"step": step}) )) %} {% block next_button %} diff --git a/templates/task_orders/step_3.html b/templates/task_orders/step_3.html index 91f9d73b..1ba0c5e6 100644 --- a/templates/task_orders/step_3.html +++ b/templates/task_orders/step_3.html @@ -8,6 +8,7 @@ {% set action = url_for("task_orders.update_clins", task_order_id=task_order_id) %} {% set next_button_text = "Next: Review Funding" %} {% set previous_button_link = url_for("task_orders.add_number", task_order_id=task_order_id) %} +{% set step = "3" %} {% macro LOAInput() %}
diff --git a/templates/task_orders/step_4.html b/templates/task_orders/step_4.html index 65d1d2d7..65bee9a2 100644 --- a/templates/task_orders/step_4.html +++ b/templates/task_orders/step_4.html @@ -2,6 +2,7 @@ {% set action = url_for('task_orders.confirm_signature', task_order_id=task_order_id) %} {% set previous_button_link = url_for("task_orders.add_clins", task_order_id=task_order_id) %} +{% set step = "4" %} {% block next_button %} diff --git a/translations.yaml b/translations.yaml index 917142f0..61620ecf 100644 --- a/translations.yaml +++ b/translations.yaml @@ -353,7 +353,7 @@ task_orders: supporting_docs_header: Upload your supporting documentation supporting_docs_size_limit: Your file may not exceed 1MB supporting_docs_text: Upload a single PDF containing all relevant information. - sticky_header_text: Add Funding + sticky_header_text: 'Add Funding ({step} of 5)' new: form_help_text: Before you can begin work in the cloud, you'll need to complete the information below and upload your approved task order for reference by the CCPO. app_info: