diff --git a/templates/task_orders/new/review.html b/templates/task_orders/new/review.html index 4acc09a5..840a5f10 100644 --- a/templates/task_orders/new/review.html +++ b/templates/task_orders/new/review.html @@ -117,6 +117,9 @@

{{ Icon('download') }} {{ "task_orders.new.review.usage_est_link"| translate }}

+ {% else %} + {{ Icon('download') }} {{ "task_orders.new.review.usage_est_link"| translate }} + {{ Icon('alert', classes='icon--red') }} {{ "task_orders.new.review.not_uploaded"| translate }} {% endif %} {% endcall %} diff --git a/translations.yaml b/translations.yaml index 1ab325b3..2cf3d4e7 100644 --- a/translations.yaml +++ b/translations.yaml @@ -437,6 +437,7 @@ task_orders: dod_id: 'DoD ID:' invited: Invited not_invited: Not Yet Invited + not_uploaded: Not Uploaded testing: example_string: Hello World example_with_variables: 'Hello, {name}!'