diff --git a/templates/components/to_sidebar.html b/templates/components/to_sidebar.html new file mode 100644 index 00000000..1b495b7b --- /dev/null +++ b/templates/components/to_sidebar.html @@ -0,0 +1,16 @@ +{% macro TOSidebar() -%} + +
+
Total obligated funds
+
$500,000
+
This is the funding allocated to cloud services. It may be 100% or a portion of the total task order budget.
+ +
+ +
Total contract amount
+
$800,000
+
This is the value of all funds obligated for this contract, including -- but not limited to -- funds obligated for the cloud.
+ +
+ +{%- endmacro %} diff --git a/templates/portfolios/task_orders/review.html b/templates/portfolios/task_orders/review.html index 72117959..58d2767a 100644 --- a/templates/portfolios/task_orders/review.html +++ b/templates/portfolios/task_orders/review.html @@ -1,6 +1,7 @@ {% extends 'portfolios/base.html' %} {% from "components/icon.html" import Icon %} +{% from "components/to_sidebar.html" import TOSidebar %} {% block content %} @@ -82,18 +83,8 @@
{{ Icon('ok',classes="icon-validation") }}document
-
-
Total obligated funds
-
$500,000
-
This is the funding allocated to cloud services. It may be 100% or a portion of the total task order budget.
+ {{ TOSidebar() }} -
- -
Total contract amount
-
$800,000
-
This is the value of all funds obligated for this contract, including -- but not limited to -- funds obligated for the cloud.
- -