@if (section?.help || section?.helpArr) { @if (section?.help) {
} @if (section?.helpArr) { @for (helpSection of section?.helpArr; track trackByIndex($index, helpSection)) { @if (helpSection.h) {
{{ helpSection.h | translate }}
} @if (helpSection.p) {

} @if (helpSection.p2) {

} @if (helpSection.p3) {

} @if (helpSection.p4) {

} } }
}
@if (section?.items && !section?.customSection) { } @if (section?.actions?.length) {
@for (action of section?.actions || []; track action.label) { }
}