@model IEnumerable @{ ViewData["Title"] = @SR["Index"]; }

@SR["Index"]

@SR["Create New"]

@foreach (var item in Model) { }
Edit | Details | Delete