@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) {
}
}
}
}