Skip to content

Commit

Permalink
additional_checks_table.html: Add checks
Browse files Browse the repository at this point in the history
  • Loading branch information
Ed (ODSC) committed Oct 2, 2024
1 parent 041469d commit 75f4169
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions cove_bods/templates/cove_bods/additional_checks_table.html
Original file line number Diff line number Diff line change
Expand Up @@ -435,6 +435,19 @@
{{ additional_check.statement }}
</td>
</tr>
{% elif additional_check.type == "statement_entity_is_component_not_in_component_details" %}
{# Currently this applies to 0.4+ #}
<tr>
<td>
{% blocktrans %}Statement is set as component of primary relationship statement. The record identifier of this Statement must be in the Component Statements array of the primary statement. Component Statements must be before the primary Relationship Statement in the statement series.{%endblocktrans%}
</td>
<td>
{% trans 'Statement identifier' %}: {{ additional_check.statement }}
</td>
<td>
{{ additional_check.statement }}
</td>
</tr>
{% endif %}
{% endfor %}
{% if not statistics.count_ownership_or_control_statement_with_at_least_one_interest_beneficial %}
Expand Down

0 comments on commit 75f4169

Please sign in to comment.