@model SubmissionLimitPartSettings @using Orchard.AntiSpam.Settings;
@Html.TextBoxFor(m => m.Limit, new { @class = "text-small"}) @T("The number of allowed submissions.")
@T("The period to take into account.")