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

{{ 'CORE.FOLDER_DIALOG.FOLDER_NAME.LABEL' | translate }} @if (form.controls['name'].dirty && form.controls['name'].invalid) { @if (form.controls['name'].errors?.required) {{{ 'CORE.FOLDER_DIALOG.FOLDER_NAME.ERRORS.REQUIRED' | translate }}} @else if (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 }}