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

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