Translations:General FAQ/111/zh-cn
From LimeSurvey Manual
{# Participants last name #}
<label Template:ASurveyInfo.attr.registerformcolrowblabel class='Template:ASurveyInfo.class.registerformcolrowblabel control-label '>Template:GT("Last name:") Template:Include('./subviews/registration/required.twig')</label> {# extra label #}
{{ C.Html.textField('register_lastname', aSurveyInfo.sLastName, ({'id' : 'register_lastname', 'class' : 'form-control', 'required' : true})) }} {# mandatory field #}
</syntaxhighlight>