{Attention}
#IF(#FormErrors.Reason.DatabaseNoFeature)
#LOOP(#FormErrors.Errors)#IF(#DEFINED(#Feature))
{DatabaseNoFeature}
#ENDIF#ENDLOOP
#ELSIF(#FormErrors.Reason.FailedFeatures)
{FailedFeaturesForLicense}
#LOOP(#FailedFeatures)
- {Feature} "#Name" ({MissingNumber}: #FailedCapacity)
#ENDLOOP
#ELSIF(#FormErrors.Reason.FeaturesNoLicense){FeaturesNoLicense}
#ELSIF(#FormErrors.Reason.FeatureProviderLicense){FeaturesNoLicense}
#LOOP(#FormErrors.Errors)#IF(#Reason EQ "FeatureProviderLicense")
{FeaturesNoLicenseExplain}
#ENDIF#ENDLOOP
#ELSE {PleaseCorrectErrors}#ENDIF