Wood { Math.floor($village.resources.wood) } / { capacity.wood } ({ production.wood >= 0 ? '+' : '' }{ production.wood })
Stone { Math.floor($village.resources.stone) } / { capacity.stone } ({ production.stone >= 0 ? '+' : '' }{ production.stone })
Iron { Math.floor($village.resources.iron) } / { capacity.iron } ({ production.iron >= 0 ? '+' : '' }{ production.iron })
Food { Math.floor($village.resources.food) } / { capacity.food } ({ production.food >= 0 ? '+' : '' }{ production.food })
Culture { Math.floor($village.resources.culture) } ({ production.culture >= 0 ? '+' : '' }{ production.culture })