#IF(#DEFINED(#Shop.FeaturePromotionText) OR #DEFINED(#Shop.FeaturePromotionLink))

{Notification}

#INCLUDE("FeaturePromotion")
#ENDIF #LOOP(#Shop.FeatureValues) #ENDLOOP
{Feature} {Capacity}
#Feature.NameOrAlias#IF(#Feature.Description) #Feature.Description#ENDIF #IF(#MaxValue == 0)
{FeatureNotInThisShopType}
#ELSIF(#Feature.MaxValue == 1)
{FeatureAvailable}
#ELSE #LOCAL("Percentage",#CALCULATE(100 * #CurrentValue / #MaxValue))
90)"PercentageCritical"#ELSIF(#Percentage > 60)"PercentageMiddle"#ELSE"PercentageNormal"#ENDIF style="width:#Percentage%">
#ENDLOCAL
#IF(#Feature.Unit) #CurrentValue[integer] #Feature.Unit.Abbreviation {of} #MaxValue[integer] #Feature.Unit.Abbreviation #ELSE #CurrentValue[integer] {of} #MaxValue[integer] #ENDIF
#ENDIF