@model NzbDrone.Core.Model.UpdatePackage @section TitleContent{ Update } @if (Model == null) {

There are no updates available.

} else {

Available Update: @Model.Version @Ajax.ActionLink("Update", "StartUpdate", "Update", null)

}