\n
{titleName}
\n
\n {columnData.data &&\n columnData.data.map((row, key) => {\n return (\n - \n {row.name}\n
\n );\n })}\n {columnData.mappingData &&\n columnData.mappingData.map((row, key) => {\n let out = [];\n if (\n row.data &&\n row.condition ===\n session.groupIDVal +\n \"-\" +\n session.useUnitGroupSN\n ) {\n row.data.map((row2, key) => {\n out.push(\n - \n {row2.name}\n
\n );\n });\n }\n return out;\n })}\n
\n {columnData.moreUrl !== \"\" && (\n
\n {t(\"jumperrwd.featureblock.more\", {\n moreName: titleName,\n })}\n \n )}\n