@using PhoneToolMX.Models @model Phone @{ Layout = null; } @for (var i = 0; i < Model.Extensions.Count; i++) { }