{{ (editing ? editTitle : createTitle) | translate }}

{{ 'CORE.FOLDER_DIALOG.FOLDER_NAME.LABEL' | translate }} @if (form.controls['name'].dirty) { @if (form.controls['name'].errors?.required) { {{ 'CORE.FOLDER_DIALOG.FOLDER_NAME.ERRORS.REQUIRED' | translate }} } @if (!form.controls['name'].errors?.required && form.controls['name'].errors?.message) { {{ form.controls['name'].errors?.message | translate }} } } {{ 'CORE.FOLDER_DIALOG.FOLDER_TITLE.LABEL' | translate }} {{ 'CORE.FOLDER_DIALOG.FOLDER_DESCRIPTION.LABEL' | translate }}