@model Church.Net.Entity.Vocabulary @{ ViewBag.title = "Apply"; }
@Html.Partial("~/Areas/English/Views/Shared/_SpellPractice.cshtml", Model)
@using (Html.BeginForm("ApplyNext")) { }
@Html.ActionLink("Back to List", "Index")
@section scripts{ }