diff --git a/templates/portfolios/task_orders/show.html b/templates/portfolios/task_orders/show.html index 0aaa4cd4..990f3589 100644 --- a/templates/portfolios/task_orders/show.html +++ b/templates/portfolios/task_orders/show.html @@ -6,6 +6,10 @@ {% block portfolio_content %} +{% set show_dd_254_button = is_so and to_form_complete %} +{% set show_to_info_button = (is_cor or is_ko) and to_form_complete %} +{% set show_sign_to_button = is_ko and dd_254_complete and not is_to_signed %} + {% macro officer_name(officer) -%} {%- if not officer -%} Not specified @@ -32,7 +36,7 @@