@using Leica.Spider.BusinessCenter.Frontend.Utils
@Styles.Render("~/Styles/Admin/SystemPanel/OverConsumption")
@Scripts.Render("~/Scripts/Admin/SystemPanel/OverConsumption")
@{
string searchString = ViewBag.filterString;
}
{{RegistrationDate}}
{{UserName}}
{{FirstName}} {{LastName}}
{{Company}}
@if (Session.CanViewSalesOrg())
{
@Lang.Html("IDS_DISTRIBUTION_CHANNEL_LABEL")
@Lang.Html("IDS_USERS_VIEW_DF_DEALER_LABEL")
{{hideNone DistributionChannelName}}
{{hideNone DealerName}}
}
else if (Session.CanViewDealer())
{
{{hideNone DealerName}}
}
{{UserPrivileges}}
{{SubscriptionsCount}}
{{MaxSimultaneousAccess}}
{{getLastLogin this}}