@using System.Collections @using NzbDrone.Web.Models @using System.Web.Mvc.Html @model ExistingSeriesModel @{ Layout = null; } @if (Model.ExistingSeries.Count == 0) {