@using WePlatform @using WePlatform.Configuration @using WePlatform.Views.Shared.Modals @model WePlatform.Models.Account.LoginFormViewModel @{ ViewBag.Title = L("LogIn"); } @section styles { } @section scripts { @if (ViewBag.IsMultiTenancyEnabled) { } }