@if (Item != null) {
@Item.DisplayName @if (Item.Num > 0) {
@( Item.Num )
}
}