@using Resources @model Weee.Models.UserAccountType @{ Layout = "~/Views/Shared/_Layout.cshtml"; } @section PageStyles { @Styles.Render("~/bootstrap/css") } @section PageScripts { @Scripts.Render("~/jQuery") @Scripts.Render("~/bootstrap") } @*
*@
@if (ViewBag.SuccessInfo != null) {
@ViewBag.SuccessInfo @Resource.Click @Html.ActionLink(Resource.Here, "Index", "Profile", new { }, new { }) @Resource.ReturnToEditCompanyPage
} @using (Html.BeginForm()) { @Html.AntiForgeryToken()

@Resource.StaticLabelSettings


@Html.LabelFor(model => model.tCO2digits, Resource.StaticLabeltCO2digits, new { @class = "control-label col-md-2" })
@Html.EditorFor(model => model.tCO2digits, new { htmlAttributes = new { @class = "form-control", @min = "0", @max = "10" } }) @Html.ValidationMessageFor(model => model.tCO2digits, "", new { @class = "text-danger" })
@Html.ActionLink(Resource.StaticLabelGlobal_Cancel, "Index", "Profile", new { }, new { @class = "btn btn-default" })
}