Skip to content

Commit

Permalink
DTSPB-4259: Fix template formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
jamiealbertelli committed Nov 29, 2024
1 parent 7b3d4f0 commit 6bc1927
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -247,7 +247,6 @@
</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 }}
Expand All @@ -256,6 +255,7 @@
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 Down

0 comments on commit 6bc1927

Please sign in to comment.