<@row> <@columns> <@tform class='form-horizontal' action='jsp/site/Portal.jsp?page=electedofficial'>
#i18n{transparency.modify_electedofficial.title} <@messages errors=errors /> <@formGroup labelFor='last_name' labelKey='#i18n{transparency.modify_electedofficial.labelLastName}' mandatory=true> <@input type='text' id='last_name' name='last_name' maxlength=255 value='${electedofficial.lastName}' tabIndex='1' /> <@formGroup labelFor='title' labelKey='#i18n{transparency.modify_electedofficial.labelTitle}' mandatory=true> <@input type='text' id='title' name='title' maxlength=50 value='${electedofficial.title}' tabIndex='2' /> <@formGroup> <@button name='action_modifyElectedOfficial' type='submit' tabIndex='3' title='#i18n{portal.util.labelModify}' buttonIcon='plus' /> <@button name='view_manageElectedOfficials' type='submit' title='#i18n{portal.util.labelCancel}' buttonIcon='close' color='btn-secondary' />