| @ -0,0 +1,85 @@ | |||
| {% load format_utils %} | |||
| {% if derived.show_fact_sheet_b %} | |||
| <div class="fact-sheet"> | |||
| <h3> | |||
| Supplementary Child Support Fact Sheet B:<br> | |||
| If the Circumstances Described in s. 9 of the Child Support Guidelines Exist | |||
| </h3> | |||
| <table class="table table-fixed table-bordered"> | |||
| <tbody> | |||
| <tr> | |||
| <th style="width: 70%;"></th> | |||
| <th style="width: 15%;">Claimant 1</th> | |||
| <th style="width: 15%;">Claimant 2</th> | |||
| </tr> | |||
| <tr> | |||
| <td></td> | |||
| <td class="percentage">{{ derived.claimant_1_share_proportion|stringformat:".1f" }} %</td> | |||
| <td class="amount">$ | |||
| <span class="actual">{{ derived.claimant_1_share|money:False }}</span> | |||
| </td> | |||
| </tr> | |||
| <tr> | |||
| <td colspan="3">Number of children: {{ responses.number_of_children }}</td> | |||
| </tr> | |||
| <tr> | |||
| <td>Approximate percentage of time children spend with each parent</td> | |||
| <td class="percentage">{{ responses.time_spent_with_you }} %</td> | |||
| <td class="percentage">{{ responses.time_spent_with_spouse }} %</td> | |||
| </tr> | |||
| <tr> | |||
| <td>Annual Guidelines Income</td> | |||
| <td class="amount">$ | |||
| <span class="actual">{{ responses.annual_gross_income|money:False }}</span> | |||
| </td> | |||
| <td class="amount">$ | |||
| <span class="actual">{{ responses.spouse_annual_gross_income|money:False }}</span> | |||
| </td> | |||
| </tr> | |||
| <tr> | |||
| <td>Guidelines Table Amount</td> | |||
| <td class="amount">$ | |||
| <span class="actual">{{ responses.total_paid_child_support|money:False }}</span> | |||
| </td> | |||
| <td class="amount">$ | |||
| <span class="actual">{{ responses.total_spouse_paid_child_support|money:False }}</span> | |||
| </td> | |||
| </tr> | |||
| <tr> | |||
| <td> | |||
| Difference between the Guidelines table amount of Claimant 1 and the | |||
| Guidelines table amount of Claimant 2 | |||
| </td> | |||
| <td colspan="2" class="amount">$ | |||
| <span class="actual">{{ derived.guideline_amounts_difference|money:False }}</span> | |||
| </td> | |||
| </tr> | |||
| <tr> | |||
| <td>Section 7 expenses paid directly by each party</td> | |||
| <td class="amount">$ | |||
| <span class="actual">{{ derived.claimant_1_share|money:False }}</span> | |||
| </td> | |||
| <td class="amount">$ | |||
| <span class="actual">{{ derived.claimant_2_share|money:False }}</span> | |||
| </td> | |||
| </tr> | |||
| </tbody> | |||
| </table> | |||
| <p> | |||
| Any other relevant information regarding the conditions, means, needs and | |||
| other circumstances of each spouse or of any child for whom support is | |||
| sought: | |||
| </p> | |||
| <p style="min-height: 4em;">{{ responses.additional_relevant_spouse_children_info }}</p> | |||
| <p> | |||
| It is proposed that child support in the amount of | |||
| {{ derived.total_monthly_support_1_and_a|money }} | |||
| per month be paid by {{ derived.child_support_payor }}. | |||
| </p> | |||
| </div> | |||
| {% endif %} | |||
| @ -0,0 +1,72 @@ | |||
| {% load format_utils %} | |||
| {% if derived.show_fact_sheet_c %} | |||
| <div class="fact-sheet"> | |||
| <h3> | |||
| Supplementary Child Support Fact Sheet C:<br> | |||
| If the Circumstances Described in s. 8 of the Child Support Guidelines Exist | |||
| </h3> | |||
| <table class="table table-fixed table-bordered"> | |||
| <tbody> | |||
| <tr> | |||
| <th style="width: 5%;"></th> | |||
| <th style="width: 80%;"></th> | |||
| <th style="width: 15%;">Amount</th> | |||
| </tr> | |||
| <tr> | |||
| <td class="line-number">A</td> | |||
| <td>Number of children principally resident with Claimant 1 for whom support is claimed</td> | |||
| <td class="amount"> | |||
| <span class="actual">{{ responses.number_of_children_claimant }}</span> | |||
| </td> | |||
| </tr> | |||
| <tr> | |||
| <td class="line-number">B</td> | |||
| <td>Claimant 2's annual Guidelines income</td> | |||
| <td class="amount">$ | |||
| <span class="actual">{{ responses.spouse_annual_gross_income|money:False }}</span> | |||
| </td> | |||
| </tr> | |||
| <tr> | |||
| <td class="line-number">C</td> | |||
| <td> | |||
| Guidelines table amount payable by Claimant 2 for | |||
| {{ responses.number_of_children_claimant|child_or_children }} | |||
| </td> | |||
| <td class="amount">$ | |||
| <span class="actual">{{ responses.total_spouse_paid_child_support|money:False }}</span> | |||
| </td> | |||
| </tr> | |||
| <tr> | |||
| <td class="line-number">D</td> | |||
| <td>Number of children principally resident with Claimant 2 for whom support is claimed</td> | |||
| <td class="amount"> | |||
| <span class="actual">{{ responses.number_of_children_claimant }}</span> | |||
| </td> | |||
| </tr> | |||
| <tr> | |||
| <td class="line-number">E</td> | |||
| <td>Claimant 1's annual Guidelines income</td> | |||
| <td class="amount">$ | |||
| <span class="actual">{{ responses.annual_gross_income|money:False }}</span> | |||
| </td> | |||
| </tr> | |||
| <tr> | |||
| <td class="line-number">F</td> | |||
| <td> | |||
| Guidelines table amount payable by Claimant 1 for | |||
| {{ responses.number_of_children_claimant|child_or_children }} | |||
| </td> | |||
| <td class="amount">$ | |||
| <span class="actual">{{ responses.total_paid_child_support|money:False }}</span> | |||
| </td> | |||
| </tr> | |||
| </tbody> | |||
| </table> | |||
| <p> | |||
| Difference between the Guidelines table amounts at Lines C and F: | |||
| {{ derived.guideline_amounts_difference|money }} | |||
| </p> | |||
| </div> | |||
| {% endif %} | |||
| @ -0,0 +1,39 @@ | |||
| {% load format_utils %} | |||
| {% if derived.show_fact_sheet_d %} | |||
| <div class="fact-sheet"> | |||
| <h3> | |||
| Supplementary Child Support Fact Sheet D:<br> | |||
| Child(ren) 19 Years or Older | |||
| </h3> | |||
| <ol class="parens-list"> | |||
| <li> | |||
| Number of child(ren) 19 years of age or older for whom support is claimed: | |||
| {{ responses.number_children_over_19_need_support }} | |||
| </li> | |||
| <li> | |||
| Child support is to be paid by {{ derived.child_support_payor }} (the “payor”) | |||
| </li> | |||
| <li> | |||
| Monthly Guidelines table amount of the payor under Schedule 1 of the Guidelines: | |||
| {{ derived.schedule_1_amount|money }} | |||
| </li> | |||
| </ol> | |||
| {% if responses.does_payour_amount_match_guidelines == 'YES' %} | |||
| <p> | |||
| The person swearing this affidavit says that the Guidelines table amount | |||
| is appropriate. | |||
| </p> | |||
| {% else %} | |||
| <p> | |||
| The person swearing this affidavit says that the Guidelines table amount | |||
| is inappropriate and that the appropriate amount would be | |||
| {{ responses.order_monthly_child_support_amount|money }} | |||
| for the following reasons: | |||
| </p> | |||
| <p> | |||
| </p> | |||
| {% endif %} | |||
| </div> | |||
| {% endif %} | |||
| @ -0,0 +1,180 @@ | |||
| {% load format_utils %} | |||
| {% if derived.show_fact_sheet_e %} | |||
| <div class="fact-sheet"> | |||
| <h3> | |||
| Supplementary Child Support Fact Sheet E:<br> | |||
| Undue Hardship | |||
| </h3> | |||
| <ol> | |||
| {% if derived.claimant_debts %} | |||
| <li> | |||
| <p> | |||
| Responsibility for unusually high debts reasonably incurred to support | |||
| the family before separation or in order to earn a living | |||
| </p> | |||
| <table class="table table-fixed table-bordered"> | |||
| <tbody> | |||
| <tr> | |||
| <th style="text-align: left; width: 40%;">Debt Owed To</th> | |||
| <th style="text-align: left; width: 40%;">Terms of Debt</th> | |||
| <th style="width: 20%;">Monthly Amount</th> | |||
| </tr> | |||
| {% for debt in derived.claimant_debts %} | |||
| <tr> | |||
| <td>{{ debt.debt_name }}</td> | |||
| <td>{{ debt.debt_terms }}</td> | |||
| <td class="amount">$ | |||
| <span class="actual">{{ debt.debt_monthly_amount|money:False }}</span> | |||
| </td> | |||
| </tr> | |||
| {% endfor %} | |||
| </tbody> | |||
| </table> | |||
| </li> | |||
| {% endif %} | |||
| {% if derived.claimant_expenses %} | |||
| <li> | |||
| <p> | |||
| Unusually high expenses for exercising parenting time or contact with, | |||
| or access to a child | |||
| </p> | |||
| <table class="table table-fixed table-bordered"> | |||
| <tbody> | |||
| <tr> | |||
| <th style="text-align: left; width: 80%;">Details of Expense</th> | |||
| <th style="width: 20%;">Amount</th> | |||
| </tr> | |||
| {% for expense in derived.claimant_expenses %} | |||
| <tr> | |||
| <td>{{ expense.expense_name }}</td> | |||
| <td class="amount">$ | |||
| <span class="actual">{{ expense.expense_amount|money:False }}</span> | |||
| </td> | |||
| </tr> | |||
| {% endfor %} | |||
| </tbody> | |||
| </table> | |||
| </li> | |||
| {% endif %} | |||
| {% if derived.supported_non_dependents %} | |||
| <li> | |||
| <p> | |||
| Legal duty under a court order or separation agreement to support | |||
| another person | |||
| </p> | |||
| <table class="table table-fixed table-bordered"> | |||
| <tbody> | |||
| <tr> | |||
| <th style="text-align: left; width: 20%;">Name of Person</th> | |||
| <th style="text-align: left; width: 20%;">Relationship</th> | |||
| <th style="text-align: left; width: 60%;">Nature of Duty</th> | |||
| </tr> | |||
| {% for supported in derived.supported_non_dependents %} | |||
| <tr> | |||
| <td>{{ supported.non_dependent_name }}</td> | |||
| <td>{{ supported.non_dependent_relationship }}</td> | |||
| <td>{{ supported.non_dependent_reason }}</td> | |||
| </tr> | |||
| {% endfor %} | |||
| </tbody> | |||
| </table> | |||
| </li> | |||
| {% endif %} | |||
| {% if derived.supported_dependents %} | |||
| <li> | |||
| <p>Legal duty to support a child, other than a child for whom support is claimed, who is</p> | |||
| <ol class="parens-list"> | |||
| <li>Under age 19, or</li> | |||
| <li> | |||
| 19 or older but unable to support himself or herself because of | |||
| illness, disability or other cause | |||
| </li> | |||
| </ol> | |||
| <table class="table table-fixed table-bordered"> | |||
| <tbody> | |||
| <tr> | |||
| <th style="text-align: left; width: 20%;">Name of Person</th> | |||
| <th style="text-align: left; width: 20%;">Relationship</th> | |||
| <th style="text-align: left; width: 60%;">Nature of Duty</th> | |||
| </tr> | |||
| {% for supported in derived.supported_dependents %} | |||
| <tr> | |||
| <td>{{ supported.supporting_dependent_name }}</td> | |||
| <td>{{ supported.supporting_dependent_relationship }}</td> | |||
| <td>{{ supported.supporting_dependent_reason }}</td> | |||
| </tr> | |||
| {% endfor %} | |||
| </tbody> | |||
| </table> | |||
| </li> | |||
| {% endif %} | |||
| {% if derived.supported_disabled %} | |||
| <li> | |||
| <p> | |||
| Legal duty to support a person who is unable to support himself or | |||
| herself because of illness ordisability | |||
| </p> | |||
| <table class="table table-fixed table-bordered"> | |||
| <tbody> | |||
| <tr> | |||
| <th style="text-align: left; width: 20%;">Name of Person</th> | |||
| <th style="text-align: left; width: 20%;">Relationship</th> | |||
| <th style="text-align: left; width: 60%;">Nature of Duty</th> | |||
| </tr> | |||
| {% for supported in derived.supported_disabled %} | |||
| <tr> | |||
| <td>{{ supported.supporting_disabled_name }}</td> | |||
| <td>{{ supported.supporting_disabled_relationship }}</td> | |||
| <td>{{ supported.supporting_disabled_reason }}</td> | |||
| </tr> | |||
| {% endfor %} | |||
| </tbody> | |||
| </table> | |||
| {% endif %} | |||
| </li> | |||
| <li> | |||
| <p>Other undue hardship circumstances:</p> | |||
| <p>{{ responses.undue_hardship|linebreaksbr }}</p> | |||
| </li> | |||
| </ol> | |||
| {% if derived.others_income %} | |||
| <h3>Income of Other Persons in Household</h3> | |||
| <table class="table table-fixed table-bordered"> | |||
| <tbody> | |||
| <tr> | |||
| <th style="width: 80%;">Name of Person</th> | |||
| <th style="width: 20%;">Annual Income</th> | |||
| </tr> | |||
| {% for income in derived.others_income %} | |||
| <tr> | |||
| <td>{{ income.income_others_name }}</td> | |||
| <td class="amount">$ | |||
| <span class="actual">{{ income.income_others_amount|money:False }}</span> | |||
| </td> | |||
| </tr> | |||
| {% endfor %} | |||
| <tr> | |||
| <td class="total">Total</td> | |||
| <td class="amount">$ | |||
| <span class="actual">{{ derived.total_others_income|money:False }}</span> | |||
| </td> | |||
| </tr> | |||
| </tbody> | |||
| </table> | |||
| {% endif %} | |||
| </div> | |||
| {% endif %} | |||
| @ -0,0 +1,67 @@ | |||
| {% load format_utils %} | |||
| {% if derived.show_fact_sheet_f %} | |||
| <div class="fact-sheet"> | |||
| <h3> | |||
| Supplementary Child Support Fact Sheet F:<br> | |||
| Income Over $150,000 | |||
| </h3> | |||
| <table class="table table-fixed table-bordered"> | |||
| <tbody> | |||
| <tr> | |||
| <td class="line-number" style="width: 5%;">A</td> | |||
| <td style="width: 80%;"> | |||
| Number of children for whom support is claimed: | |||
| {{ responses.number_children_seeking_support }} | |||
| </td> | |||
| <td class="amount" style="width: 15%;"></td> | |||
| </tr> | |||
| <tr> | |||
| <td class="line-number">B</td> | |||
| <td>Guidelines table amount for $150,000</td> | |||
| <td class="amount">$ | |||
| <span class="actual">{{ responses.child_support_amount_under_high_income|money:False }}</span> | |||
| </td> | |||
| </tr> | |||
| <tr> | |||
| <td class="line-number">C</td> | |||
| <td> | |||
| Plus {{ responses.percent_income_over_high_income_limit }}% | |||
| of income over $150,000 | |||
| </td> | |||
| <td class="amount">$ | |||
| <span class="actual">{{ responses.amount_income_over_high_income_limit|money:False }}</span> | |||
| </td> | |||
| </tr> | |||
| <tr> | |||
| <td class="line-number">D</td> | |||
| <td class="total">Guidelines table amount</td> | |||
| <td class="amount">$ | |||
| <span class="actual">{{ derived.high_income_amount|money:False }}</span> | |||
| </td> | |||
| </tr> | |||
| </tbody> | |||
| </table> | |||
| {% if responses.does_payour_amount_match_guidelines == 'YES' %} | |||
| <p> | |||
| We have agreed on the Guidelines table amount set out at Line D above as | |||
| the amount of child support. | |||
| </p> | |||
| {% else %} | |||
| <p> | |||
| We have agreed on an amount of child support that differs from the Guidelines table amount and the amount of child support agreed on is: | |||
| <ol class="parens-list"> | |||
| <li>{{ responses.order_monthly_child_support_amount|money }}, and</li> | |||
| <li> | |||
| <p>differs from the Guidelines table amount because:</p> | |||
| <p>reasons</p> | |||
| </li> | |||
| </ol> | |||
| </p> | |||
| <p> | |||
| </p> | |||
| {% endif %} | |||
| </div> | |||
| {% endif %} | |||