Translations:General FAQ/111/es
From LimeSurvey Manual
{# Apellido de los participantes #}
<label Template:ASurveyInfo.attr.registerformcolrowblabel class='Template:ASurveyInfo.class.registerformcolrowblabel control-label '>Template:GT("Apellido:") Template:Include('./subviews/registration/required.twig') {</label> # etiqueta adicional #}
{{ C.Html.textField('register_lastname', aSurveyInfo.sLastName, ({'id': 'register_lastname', 'clase': 'form-control', 'required': true})) }} {# campo obligatorio #}
</syntaxhighlight>