#IF(#FormError)
{Attention}
#IF(#FormErrors.Reason.DatabaseNoFeature) #LOOP(#FormErrors.Errors)#IF(#DEFINED(#Feature)) {DatabaseNoFeature}
#ENDIF#ENDLOOP #ELSE {PleaseCorrectErrors}#ENDIF
#ENDIF
{MaxValue}
{Name}
{Description}
{Visible}
#IF(NOT #COUNT(#Features))
{NoFeatures}
#ENDIF #LOOP(#Features) #WITH_ERROR(#FormError)
#IF(#FeatureRef.MaxValue == 1)
{yes}
{no}
#ELSE
(0..#FeatureRef.MaxValue) #ENDIF
#FeatureRef.NameOrAlias
#FeatureRef.Description
#ENDWITH_ERROR #ENDLOOP
#IF(#COUNT(#Features))
#ENDIF