@if (configFormSection?.help || configFormSection?.helpArr) {
@if (configFormSection?.help) {
}
@if (configFormSection?.helpArr) {
@for (helpSection of configFormSection?.helpArr; track helpSection) {
@if (helpSection.h) {
{{ helpSection.h | translate }}
}
@if (helpSection.p) {
}
@if (helpSection.p2) {
}
@if (helpSection.p3) {
}
@if (helpSection.p4) {
}
}
}
}
@if (isEdit) {
{{ T.G.ENABLED | translate }}
}
@if (model.isEnabled) {
@if (issueProviderKey === ICAL_TYPE) {
@if (d.calendarContextInfoTarget === 'GOOGLE') {
}
@if (d.calendarContextInfoTarget === 'OUTLOOK365') {
}
}
@if (issueProviderKey === 'JIRA') {
}
@switch (issueProviderKey) {
@case ('JIRA') {
}
@case ('OPEN_PROJECT') {
}
}
}