{{ 'Arguments' | translate }}

{{ job.arguments | json }}
{{ 'No arguments are passed' | translate }}

{{ 'Log Path' | translate }}

{{ job.logs_path }}
{{ 'N/A' | translate }}

{{ 'Log Excerpt' | translate }}

{{ job.logs_excerpt }}
{{ 'No logs are available' | translate }}

{{ 'Credentials' | translate }}

{{ 'Created by: {creationSource} ({creationType})' | translate: { creationSource: getCredentialsCreationSource(job.credentials), creationType: (job.credentials.type | mapValue: credentialTypeLabels | translate) } }}
{{ 'N/A' | translate }}

{{ 'Error' | translate }}

{{ job.error }}
{{ 'No errors' | translate }}