@model Client @{ ViewData["Title"] = "Edit"; }

@Localizer["Edit"]

Client


@Html.DropDownList("Type")
@Localizer["Back to List"]