@using CarCareTracker.Helper @model List @foreach (Token token in Model) { @token.Body @StaticHelper.TruncateStrings(token.EmailAddress) }