diff --git a/edivorce/apps/core/templates/question/06_children_facts.html b/edivorce/apps/core/templates/question/06_children_facts.html index ec808a8b..d4501693 100644 --- a/edivorce/apps/core/templates/question/06_children_facts.html +++ b/edivorce/apps/core/templates/question/06_children_facts.html @@ -3,6 +3,7 @@ {% load format_utils %} {% load step_order %} {% load format_utils %} +{% load load_json %} {% block title %}{{ block.super }}: Your Children {% endblock %} @@ -14,7 +15,8 @@ {{ claimant_children }} -{% if special_extraordinary_expenses != 'None' %} + +{% if 'None' not in special_extraordinary_expenses|load_json %}

Special or Extraordinary Expenses (Fact Sheet A)