@using Ombi.UI.Helpers @inherits Nancy.ViewEngines.Razor.NancyRazorViewBase @Html.Partial("Shared/Partial/_Sidebar") @{ int port; if (Model.Port == 0) { port = 5050; } else { port = Model.Port; } }
CouchPotato Settings
@if (Model.Enabled) { } else { }

@if (Model.Ssl) { } else { }