tenant.title @if (entityForm.get('title').hasError('required')) { {{ 'tenant.title-required' | translate }} } @if (entityForm.get('title').hasError('maxlength')) { {{ 'tenant.title-max-length' | translate }} }
@if (entity?.id) {
{{ 'dashboard.home-dashboard-hide-toolbar' | translate }}
} tenant.description