@if (issueProviderKey | issueIcon; as icon) { } @else { extension } {{ (isEdit ? T.F.ISSUE.DIALOG.EDIT_TITLE : T.F.ISSUE.DIALOG.SETUP_TITLE) | translate: { title: title } }}

@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' && IS_WEB_EXTENSION_REQUIRED_FOR_JIRA) {

} @for (btn of oauthButtons; track btn.label) {
@if (isOAuthConnected()) { check_circle {{ T.F.ISSUE.DIALOG.CONNECTED | translate }} } @else { }
} @if (showLoadOptionsButton) {
@switch (optionsLoadState()) { @case ('loading') { } @case ('loaded') { check_circle {{ T.F.ISSUE.DIALOG.OPTIONS_LOADED | translate }} } @case ('failed') { error {{ T.F.ISSUE.DIALOG.LOAD_OPTIONS_FAILED | translate }} } @default { } }
} @if (!isAgendaView) { } @switch (issueProviderKey) { @case ('JIRA') { } @case ('OPEN_PROJECT') { } @case ('TRELLO') { } @case ('NEXTCLOUD_DECK') { } } }
@if (isEdit) { } @else { @if (isConnectionWorks()) {
check
} @else { } }