%# It shall be unlawful for any suspicious person to be within the
%# municipality.
%# 		-- Local ordinance, Euclid Ohio
% if ($m->notes("InvalidField-" . $CustomField->Id)) {
<font color="red"><img src="/img/FillMark_red.png" width="4" height="7" alt="<% loc('(required)') %>" title="<% loc('(required)') %>"></font>
% }
% if (my $hints = $CustomField->Attribute('Hints')) {
<% $HintsPrefix |n %>
<em><% $Loc ? loc($hints) : $hints %></em>
<% $HintsSuffix |n %>
% }
<%ARGS>
$CustomField => $RT::Nothing
$HintsPrefix => ''
$HintsSuffix => ''
$Loc => 0
</%ARGS>
