{\rtf1\ansi\ansicpg1252\cocoartf1504 {\fonttbl\f0\fswiss\fcharset0 Helvetica;} {\colortbl;\red255\green255\blue255;\red63\green105\blue30;} {\*\expandedcolortbl;\csgray\c100000;\csgenericrgb\c24706\c41176\c11765;} \paperw11900\paperh16840\margl1440\margr1440\vieww31000\viewh18080\viewkind0 \pard\tx566\tx1133\tx1700\tx2267\tx2834\tx3401\tx3968\tx4535\tx5102\tx5669\tx6236\tx6803\pardirnatural\partightenfactor0 \f0\fs24 \cf0 .\ .\ .\ .\
\ \{# Loops through the tab sections again to print the tab section bodies. #\}\ \{% for key, item in content.bp_tab_section if key|first != '#' %\}\
\ \cf2 + \{% for body_key, body_item in item['#paragraph'].bp_tab_section_body %\}\cf0 \ \{# Use the same render array as item and set the '#paragraph'. #\}\ \{% set section_body = item %\}\ \{# Load the entity for the current translation #\}\ \{% set section_body = section_body|merge(\{'#paragraph': section_body['#paragraph'].bp_tab_section_body[body_key].entity.getTranslation(section_body['#paragraph'].langcode[0].value)\}) %\}\ \{# Remove the cache keys so it doesn't repeat the first value. #\}\ \{% set section_body = section_body|merge(\{'#cache': \{\}\}) %\} \ \{# Print the compiled section body. #\}\ \{\{ section_body \}\}\ \cf2 + \{% endfor %\}\ \cf0
\ \{% endfor %\}\
\ .\ .\ .}