Skip to content

Commit

Permalink
Securities Act Notice amendments implementation. (#1871)
Browse files Browse the repository at this point in the history
* Securities Act Notice amendments implementation.

Signed-off-by: Doug Lovett <doug@diamante.ca>

* Securities Act Notice amendments report updates.

Signed-off-by: Doug Lovett <doug@diamante.ca>

---------

Signed-off-by: Doug Lovett <doug@diamante.ca>
  • Loading branch information
doug-lovett authored May 14, 2024
1 parent 4d27d4e commit 435e5de
Show file tree
Hide file tree
Showing 17 changed files with 796 additions and 186 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -58,8 +58,15 @@
</div>
{% endif %}

{% if change.addSecuritiesActNotices is defined or change.deleteSecuritiesActNotices is defined %}
<div class="container pt-4">
[[registration/securitiesActNotice.html]]
</div>
{% endif %}

{% if change.addVehicleCollateral is defined or change.deleteVehicleCollateral is defined or
change.addGeneralCollateral is defined or change.deleteGeneralCollateral is defined %}
change.addGeneralCollateral is defined or change.deleteGeneralCollateral is defined or
change.addSecuritiesActNotices is defined or change.deleteSecuritiesActNotices is defined %}
<div class="container pt-4">
<span class="section-data">
Only registration information that has been changed is displayed for this amendment. View the
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -51,53 +51,109 @@
<div class="separator-table-row mt-5 mb-5"></div>
{% endif %}
{% endfor %}
{% elif change is defined and change.securitiesActNotices is defined %}
{% for notice in change.securitiesActNotices %}
<div class="section-sub-title-blue mt-3">{{ notice.registrationDescription|title }}</div>
<table class="no-page-break section-data court-order-table mt-3" role="presentation">
<tr>
<td class="section-sub-title">Date of Effectiveness:</td>
<td>
{% if notice.effectiveDateTime is defined and notice.effectiveDateTime != '' %}
{{ notice.effectiveDateTime }}
{% endif %}
</td>
</tr>
</table>
{% if notice.securitiesActOrders %}
{% for order in notice.securitiesActOrders %}
<div class="section-sub-title-blue mt-6 mb-2">{% if order.courtOrder %}Court Order {% else %}Security Commission Order{% endif %}</div>
<table class="no-page-break section-data court-order-table" role="presentation">
{% if order.courtName is defined %}
{% elif change is defined and (change.addSecuritiesActNotices is defined or change.deleteSecuritiesActNotices is defined) %}
{% if change.addSecuritiesActNotices is defined %}
{% for notice in change.addSecuritiesActNotices %}
<div class="section-sub-title-blue mt-3">
{{ notice.registrationDescription|title }}
{% if notice.amendNoticeId is defined%}<span class="label">CHANGED</span>{% else %}<span class="label">ADDED</span>{% endif %}
</div>
<table class="no-page-break section-data court-order-table mt-3" role="presentation">
<tr>
<td class="section-sub-title">Date of Effectiveness:</td>
<td>
{% if notice.effectiveDateTime is defined and notice.effectiveDateTime != '' %}
{{ notice.effectiveDateTime }}
{% endif %}
</td>
</tr>
</table>
{% if notice.securitiesActOrders %}
{% for order in notice.securitiesActOrders %}
<div class="section-sub-title-blue mt-6 mb-2">{% if order.courtOrder %}Court Order {% else %}Security Commission Order{% endif %}</div>
<table class="no-page-break section-data court-order-table" role="presentation">
{% if order.courtName is defined %}
<tr>
<td class="section-sub-title">Name of Court:</td>
<td>{{ order.courtName }}</td>
</tr>
{% endif %}
{% if order.courtRegistry is defined %}
<tr>
<td class="section-sub-title">Registry</td>
<td>{{ order.courtRegistry }}</td>
</tr>
{% endif %}
<tr>
<td class="section-sub-title">Name of Court:</td>
<td>{{ order.courtName }}</td>
<td class="section-sub-title">{% if order.courtOrder %}Court{% else %}Commission{% endif %} File Number:</td>
<td>{% if order.fileNumber %}{{ order.fileNumber }}{% endif %}</td>
</tr>
{% endif %}
{% if order.courtRegistry is defined %}
<tr>
<td class="section-sub-title">Registry</td>
<td>{{ order.courtRegistry }}</td>
<td class="section-sub-title">Date of Order:</td>
<td>{% if order.orderDate %}{{ order.orderDate }}{% endif %}</td>
</tr>
{% endif %}
<tr>
<td class="section-sub-title">{% if order.courtOrder %}Court{% else %}Commission{% endif %} File Number:</td>
<td>{% if order.fileNumber %}{{ order.fileNumber }}{% endif %}</td>
</tr>
<tr>
<td class="section-sub-title">Date of Order:</td>
<td>{% if order.orderDate %}{{ order.orderDate }}{% endif %}</td>
</tr>
<tr>
<td class="section-sub-title">Effect of Order:</td>
<td>{% if order.effectOfOrder %}{{ order.effectOfOrder }}{% endif %}</td>
</tr>
</table>
{% endfor %}
{% endif %}
{% if not loop.last %}
<div class="separator-table-row mt-5 mb-5"></div>
{% endif %}
{% endfor %}
{% endif %}
<tr>
<td class="section-sub-title">Effect of Order:</td>
<td>{% if order.effectOfOrder %}{{ order.effectOfOrder }}{% endif %}</td>
</tr>
</table>
{% endfor %}
{% endif %}
{% if not loop.last %}
<div class="separator-table-row mt-5 mb-5"></div>
{% endif %}
{% endfor %}
{% endif %}
{% if change.deleteSecuritiesActNotices is defined %}
{% for notice in change.deleteSecuritiesActNotices %}
{% if notice.edit is not defined %}
<div class="section-sub-title-blue mt-3">{{ notice.registrationDescription|title }} <span class="label">DELETED</span></div>
<table class="no-page-break section-data court-order-table mt-3" role="presentation">
<tr>
<td class="section-sub-title">Date of Effectiveness:</td>
<td>
{% if notice.effectiveDateTime is defined and notice.effectiveDateTime != '' %}
{{ notice.effectiveDateTime }}
{% endif %}
</td>
</tr>
</table>
{% if notice.securitiesActOrders %}
{% for order in notice.securitiesActOrders %}
<div class="section-sub-title-blue mt-6 mb-2">{% if order.courtOrder %}Court Order {% else %}Security Commission Order{% endif %}</div>
<table class="no-page-break section-data court-order-table" role="presentation">
{% if order.courtName is defined %}
<tr>
<td class="section-sub-title">Name of Court:</td>
<td>{{ order.courtName }}</td>
</tr>
{% endif %}
{% if order.courtRegistry is defined %}
<tr>
<td class="section-sub-title">Registry</td>
<td>{{ order.courtRegistry }}</td>
</tr>
{% endif %}
<tr>
<td class="section-sub-title">{% if order.courtOrder %}Court{% else %}Commission{% endif %} File Number:</td>
<td>{% if order.fileNumber %}{{ order.fileNumber }}{% endif %}</td>
</tr>
<tr>
<td class="section-sub-title">Date of Order:</td>
<td>{% if order.orderDate %}{{ order.orderDate }}{% endif %}</td>
</tr>
<tr>
<td class="section-sub-title">Effect of Order:</td>
<td>{% if order.effectOfOrder %}{{ order.effectOfOrder }}{% endif %}</td>
</tr>
</table>
{% endfor %}
{% endif %}
{% if not loop.last %}
<div class="separator-table-row mt-5 mb-5"></div>
{% endif %}
{% endif %}
{% endfor %}
{% endif %}
{% endif %}
</div>
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,12 @@
</div>
{% endif %}

{% if change.addSecuritiesActNotices is defined or change.deleteSecuritiesActNotices is defined %}
<div class="container pt-4">
[[search-result/securitiesActNotice.html]]
</div>
{% endif %}

<div class="container pt-4">
[[search-result/registeringParty.html]]
</div>
Original file line number Diff line number Diff line change
Expand Up @@ -51,53 +51,109 @@
<div class="separator-table-row mt-5 mb-5"></div>
{% endif %}
{% endfor %}
{% elif change is defined and change.securitiesActNotices is defined %}
{% for notice in change.securitiesActNotices %}
<div class="section-sub-title-blue mt-3">{{ notice.registrationDescription|title }}</div>
<table class="no-page-break section-data court-order-table mt-3" role="presentation">
<tr>
<td class="section-sub-title">Date of Effectiveness:</td>
<td>
{% if notice.effectiveDateTime is defined and notice.effectiveDateTime != '' %}
{{ notice.effectiveDateTime }}
{% endif %}
</td>
</tr>
</table>
{% if notice.securitiesActOrders %}
{% for order in notice.securitiesActOrders %}
<div class="section-sub-title-blue mt-6 mb-2">{% if order.courtOrder %}Court Order {% else %}Security Commission Order{% endif %}</div>
<table class="no-page-break section-data court-order-table" role="presentation">
{% if order.courtName is defined %}
{% elif change is defined and (change.addSecuritiesActNotices is defined or change.deleteSecuritiesActNotices is defined) %}
{% if change.addSecuritiesActNotices is defined %}
{% for notice in change.addSecuritiesActNotices %}
<div class="section-sub-title-blue mt-3">
{{ notice.registrationDescription|title }}
{% if notice.amendNoticeId is defined%}<span class="label">CHANGED</span>{% else %}<span class="label">ADDED</span>{% endif %}
</div>
<table class="no-page-break section-data court-order-table mt-3" role="presentation">
<tr>
<td class="section-sub-title">Date of Effectiveness:</td>
<td>
{% if notice.effectiveDateTime is defined and notice.effectiveDateTime != '' %}
{{ notice.effectiveDateTime }}
{% endif %}
</td>
</tr>
</table>
{% if notice.securitiesActOrders %}
{% for order in notice.securitiesActOrders %}
<div class="section-sub-title-blue mt-6 mb-2">{% if order.courtOrder %}Court Order {% else %}Security Commission Order{% endif %}</div>
<table class="no-page-break section-data court-order-table" role="presentation">
{% if order.courtName is defined %}
<tr>
<td class="section-sub-title">Name of Court:</td>
<td>{{ order.courtName }}</td>
</tr>
{% endif %}
{% if order.courtRegistry is defined %}
<tr>
<td class="section-sub-title">Registry</td>
<td>{{ order.courtRegistry }}</td>
</tr>
{% endif %}
<tr>
<td class="section-sub-title">Name of Court:</td>
<td>{{ order.courtName }}</td>
<td class="section-sub-title">{% if order.courtOrder %}Court{% else %}Commission{% endif %} File Number:</td>
<td>{% if order.fileNumber %}{{ order.fileNumber }}{% endif %}</td>
</tr>
{% endif %}
{% if order.courtRegistry is defined %}
<tr>
<td class="section-sub-title">Registry</td>
<td>{{ order.courtRegistry }}</td>
<td class="section-sub-title">Date of Order:</td>
<td>{% if order.orderDate %}{{ order.orderDate }}{% endif %}</td>
</tr>
{% endif %}
<tr>
<td class="section-sub-title">{% if order.courtOrder %}Court{% else %}Commission{% endif %} File Number:</td>
<td>{% if order.fileNumber %}{{ order.fileNumber }}{% endif %}</td>
</tr>
<tr>
<td class="section-sub-title">Date of Order:</td>
<td>{% if order.orderDate %}{{ order.orderDate }}{% endif %}</td>
</tr>
<tr>
<td class="section-sub-title">Effect of Order:</td>
<td>{% if order.effectOfOrder %}{{ order.effectOfOrder }}{% endif %}</td>
</tr>
</table>
{% endfor %}
{% endif %}
{% if not loop.last %}
<div class="separator-table-row mt-5 mb-5"></div>
{% endif %}
{% endfor %}
{% endif %}
<tr>
<td class="section-sub-title">Effect of Order:</td>
<td>{% if order.effectOfOrder %}{{ order.effectOfOrder }}{% endif %}</td>
</tr>
</table>
{% endfor %}
{% endif %}
{% if not loop.last %}
<div class="separator-table-row mt-5 mb-5"></div>
{% endif %}
{% endfor %}
{% endif %}
{% if change.deleteSecuritiesActNotices is defined %}
{% for notice in change.deleteSecuritiesActNotices %}
{% if notice.edit is not defined %}
<div class="section-sub-title-blue mt-3">{{ notice.registrationDescription|title }} <span class="label">DELETED</span></div>
<table class="no-page-break section-data court-order-table mt-3" role="presentation">
<tr>
<td class="section-sub-title">Date of Effectiveness:</td>
<td>
{% if notice.effectiveDateTime is defined and notice.effectiveDateTime != '' %}
{{ notice.effectiveDateTime }}
{% endif %}
</td>
</tr>
</table>
{% if notice.securitiesActOrders %}
{% for order in notice.securitiesActOrders %}
<div class="section-sub-title-blue mt-6 mb-2">{% if order.courtOrder %}Court Order {% else %}Security Commission Order{% endif %}</div>
<table class="no-page-break section-data court-order-table" role="presentation">
{% if order.courtName is defined %}
<tr>
<td class="section-sub-title">Name of Court:</td>
<td>{{ order.courtName }}</td>
</tr>
{% endif %}
{% if order.courtRegistry is defined %}
<tr>
<td class="section-sub-title">Registry</td>
<td>{{ order.courtRegistry }}</td>
</tr>
{% endif %}
<tr>
<td class="section-sub-title">{% if order.courtOrder %}Court{% else %}Commission{% endif %} File Number:</td>
<td>{% if order.fileNumber %}{{ order.fileNumber }}{% endif %}</td>
</tr>
<tr>
<td class="section-sub-title">Date of Order:</td>
<td>{% if order.orderDate %}{{ order.orderDate }}{% endif %}</td>
</tr>
<tr>
<td class="section-sub-title">Effect of Order:</td>
<td>{% if order.effectOfOrder %}{{ order.effectOfOrder }}{% endif %}</td>
</tr>
</table>
{% endfor %}
{% endif %}
{% if not loop.last %}
<div class="separator-table-row mt-5 mb-5"></div>
{% endif %}
{% endif %}
{% endfor %}
{% endif %}
{% endif %}
</div>
Loading

0 comments on commit 435e5de

Please sign in to comment.