@using System.Collections.Generic @using Microsoft.AspNetCore.Authentication @using Microsoft.AspNetCore.Http @using Microsoft.AspNetCore.Mvc.Localization @model UserModel @inject IViewLocalizer Localizer @{ ViewData["Title"] = @Localizer["Title"]; }