{{ getJobLabel(job) }} {{ getJobLabel(job) }}
{{ text('debugInfo') }}
{{ text('jobId') }} {{ job.id }}
{{ text('currentLanguage') }} {{ lang }}
{{ text('jobLanguage') }} {{ getJobLanguage(job) }}
{{ text('entryAsIds') }} {{ (job.entryAs || []).join(', ') || '-' }}
{{ text('entryAsMappingLabels') }} {{ getAllEntryAsMappingLabelsForJob(job).join(', ') || '-' }}
{{ text('divisionIds') }} {{ (job.division || []).join(', ') || '-' }}
{{ text('divisionMappingLabels') }} {{ getAllDivisionMappingLabelsForJob(job).join(', ') || '-' }}
{{ text('mode') }} {{ (job.mode || []).join(', ') || '-' }}
{{ text('locations') }} {{ (job.locations || []).join(', ') || '-' }}
{{ text('limitationSr') }} {{ getLimitationLabelForJob(job) || '-' }} [{{ getLimitation(job) }}]
{{ text('selectedEntryAsId') }} {{ selectedEntryAs }}
{{ text('selectedEntryAsMappingIds') }} {{ getEntryAsMappingIds(selectedEntryAs).join(', ') }}
{{ text('selectedEntryAsMappingLabels') }} {{ getEntryAsMappingLabels(selectedEntryAs).join(', ') }}
{{ text('selectedDivisionId') }} {{ selectedDivision }}
{{ text('selectedDivisionMappingIds') }} {{ getDivisionMappingIds(selectedDivision).join(', ') }}
{{ text('selectedDivisionMappingLabels') }} {{ getDivisionMappingLabels(selectedDivision).join(', ') }}
{{ text('selectedLocations') }} {{ selectedLocations.join(', ') }}