@model UnderlyingDividendDto @{ Layout = "~/Views/Shared/_InfoLayout.cshtml"; var autocomplete = string.IsNullOrEmpty(Model.UnderlyingCode); } @section JS{ @if (autocomplete) { } } @section CSS{ }