[% USE HTML %]
[% USE LxERP %]
[% USE P %]
[% USE L %]
[% INCLUDE 'requirement_spec_item/_function_block_content_top.html' id_prefix='' %]
[% INCLUDE 'requirement_spec_item/_function_block_content_bottom.html' id_prefix='' %]
[% LxERP.t8("Sub function blocks") -%]
[% FOREACH sub_function_block = requirement_spec_item.children_sorted %]
[% INCLUDE 'requirement_spec_item/_sub_function_block.html' requirement_spec_item=sub_function_block %]
[% END %]