From 75f4169aab03add7d3b7935d18e93710342be874 Mon Sep 17 00:00:00 2001 From: "Ed (ODSC)" Date: Wed, 2 Oct 2024 16:32:15 +0100 Subject: [PATCH] additional_checks_table.html: Add checks --- .../cove_bods/additional_checks_table.html | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/cove_bods/templates/cove_bods/additional_checks_table.html b/cove_bods/templates/cove_bods/additional_checks_table.html index 71a0953..d545d79 100644 --- a/cove_bods/templates/cove_bods/additional_checks_table.html +++ b/cove_bods/templates/cove_bods/additional_checks_table.html @@ -435,6 +435,19 @@ {{ additional_check.statement }} + {% elif additional_check.type == "statement_entity_is_component_not_in_component_details" %} + {# Currently this applies to 0.4+ #} + + + {% 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%} + + + {% trans 'Statement identifier' %}: {{ additional_check.statement }} + + + {{ additional_check.statement }} + + {% endif %} {% endfor %} {% if not statistics.count_ownership_or_control_statement_with_at_least_one_interest_beneficial %}