@for (rateLimit of rateLimitsFormArray.controls; track rateLimit) {
@if($index > 0) {
tenant-profile.rate-limits.and-also-less-than
}
tenant-profile.rate-limits.number-of-messages @if (rateLimit.get('value').hasError('required')) { tenant-profile.rate-limits.number-of-messages-required } @else if(rateLimit.get('value').hasError('min')) { tenant-profile.rate-limits.number-of-messages-min } tenant-profile.rate-limits.per-seconds @if (rateLimit.get('time').hasError('required')) { tenant-profile.rate-limits.per-seconds-required } @else if (rateLimit.get('time').hasError('min')) { tenant-profile.rate-limits.per-seconds-min } @else if (rateLimit.get('time').hasError('duplicateTime')) { tenant-profile.rate-limits.per-seconds-duplicate } @if (!rateLimitsFormArray.disabled) { }
} @if (!rateLimitsFormArray.disabled) { }
tenant-profile.rate-limits.preview