diff --git a/legal-api/report-templates/template-parts/restoration-application/applicant.html b/legal-api/report-templates/template-parts/restoration-application/applicant.html index b946c5da34..f5c5570cdd 100644 --- a/legal-api/report-templates/template-parts/restoration-application/applicant.html +++ b/legal-api/report-templates/template-parts/restoration-application/applicant.html @@ -10,10 +10,14 @@
+ {% if party.officer.partyType == 'organization' %} + {{ party.officer.organizationName }} + {% else %} {{ party.officer.lastName }}, {{ party.officer.firstName }} - {% if party.officer.middleName %} - {{ party.officer.middleName }} + {% if party.officer.middleName %} + {{ party.officer.middleName }} + {% endif %} {% endif %}