From f0757ba0098de53070653e379e50956014169f5d Mon Sep 17 00:00:00 2001 From: Doug Lovett Date: Thu, 13 Jun 2024 10:41:30 -0700 Subject: [PATCH] UXA round 2 SE reg type report updates. Signed-off-by: Doug Lovett --- .../template-parts/registration/securitiesActNotice.html | 2 +- .../template-parts/search-result/securitiesActNotice.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ppr-api/report-templates/template-parts/registration/securitiesActNotice.html b/ppr-api/report-templates/template-parts/registration/securitiesActNotice.html index e03fb6c1b..f267966f6 100644 --- a/ppr-api/report-templates/template-parts/registration/securitiesActNotice.html +++ b/ppr-api/report-templates/template-parts/registration/securitiesActNotice.html @@ -2,7 +2,7 @@
{% endif %}
-
{{registrationDescription}}
+
Securities Order or Proceeding
{% if securitiesActNotices is defined and change is not defined %} {% for notice in securitiesActNotices %}
{{ notice.registrationDescription }}
diff --git a/ppr-api/report-templates/template-parts/search-result/securitiesActNotice.html b/ppr-api/report-templates/template-parts/search-result/securitiesActNotice.html index 5f1c9aee7..5f85f919d 100644 --- a/ppr-api/report-templates/template-parts/search-result/securitiesActNotice.html +++ b/ppr-api/report-templates/template-parts/search-result/securitiesActNotice.html @@ -2,7 +2,7 @@
{% endif %}
-
{{detail.financingStatement.registrationDescription}}
+
Securities Order or Proceeding
{% if detail.financingStatement.securitiesActNotices is defined and change is not defined %} {% for notice in detail.financingStatement.securitiesActNotices %}
{{ notice.registrationDescription }}