Skip to content

Commit

Permalink
DTSPB-4259: Removed unnecessary ls text
Browse files Browse the repository at this point in the history
  • Loading branch information
jamiealbertelli committed Dec 3, 2024
1 parent 7b3d4f0 commit 3d6ef01
Showing 1 changed file with 6 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -247,15 +247,13 @@
</tr>
<tr>
<td colspan="2">
{% if case_details.case_data.executorsNotApplyingLegalStatement|length>0 %}
<p>{% if case_details.case_data.titleAndClearingType == "TCTPartAllRenouncing" %}
{% if multipleExecutors %}We are the executors named in the will.{% else %}I am the executor named in the will.{% endif %}
The profit-sharing {{ case_details.case_data.pluralProfitSharingTextForLegalStatement }} in the firm {{ case_details.case_data.nameOfFirmNamedInWill }}
at the date of death of the deceased have renounced probate.{% elseif case_details.case_data.titleAndClearingType == "TCTPartSuccAllRenouncing" %}
{% if multipleExecutors %}We are the executors named in the will.{% else %}I am the executor named in the will.{% endif %}
The profit-sharing {{ case_details.case_data.pluralProfitSharingTextForLegalStatement }} in the firm {{ case_details.case_data.nameOfSucceededFirm }}
that had succeeded to and carried on the practice of the firm {{ case_details.case_data.nameOfFirmNamedInWill }}
at the date of death of the deceased have renounced probate.{% endif %}</p>
{% if case_details.case_data.executorsNotApplyingLegalStatement|length>0 %}
{% for executor in case_details.case_data.executorsNotApplyingLegalStatement %}
{% if executor.value.notApplyingExecutorDispenseWithNotice == "Yes" %}
{% if executor.value.notApplyingExecutorDispenseWithNoticeLeaveGiven == "Yes" %}
Expand All @@ -280,6 +278,11 @@
{% endif %}
{% endfor %}
{% else %}
{% if case_details.case_data.titleAndClearingType != "TCTPartAllRenouncing" and case_details.case_data.titleAndClearingType != "TCTPartSuccAllRenouncing" %}
<p>None.</p>
{% endif %}
{% endif %}
{% if case_details.case_data.titleAndClearingType not in ["TCTPartAllRenouncing", "TCTPartSuccAllRenouncing"] %}
<p>None.</p>
{% endif %}
</td>
Expand Down

0 comments on commit 3d6ef01

Please sign in to comment.