|
|
|
@ -32,14 +32,14 @@ |
|
|
|
{% if how_will_calculate_income != 'entered agreement' %} |
|
|
|
{% input_field type="radio" class="radio-centered radio-with-other radio_with_textbox" name="child_support_in_order" value="MATCH" data_target_id="child_support_in_order_detail" data_reveal_target="false" data_target_class="support-amount-match" data_reveal_class="false" %} |
|
|
|
|
|
|
|
{% if derived.show_fact_sheet_c %} |
|
|
|
{% if derived.show_fact_sheet_b or derived.show_fact_sheet_c %} |
|
|
|
<div class="dollar-prefix"> |
|
|
|
{% money_input_field name="order_monthly_child_support_amount" value_src="difference_payment_amounts" class="money positive-float form-block response-textbox children-input-block child-support-amount" readonly="" %} |
|
|
|
</div>Matches Child Support Guideline amount |
|
|
|
</div>Matches Child Support Guideline amount calculated from fact sheet |
|
|
|
{% else %} |
|
|
|
<div class="dollar-prefix"> |
|
|
|
{% money_input_field name="order_monthly_child_support_amount" class="money positive-float form-block response-textbox children-input-block child-support-amount" data_ajax_only_radio_selected="true" %} |
|
|
|
</div>Matches Child Support Guideline amount |
|
|
|
</div>Matches Child Support Guideline amount calculated from fact sheet |
|
|
|
{% endif %} |
|
|
|
{% else %} |
|
|
|
{% input_field type="radio" class="radio-centered radio-with-other radio_with_textbox" name="child_support_in_order" value="MATCH" data_target_id="child_support_in_order_detail" data_reveal_target="false" %} |
|
|
|
|