{% extends "@AConcorrenciaSemantic/Form.theme.html.twig" %} {% use "@TelecentroTemplate/Form/form.user.block.html.twig" %} {% block form_label %} {% import 'AConcorrenciaSemanticBundle::Form.theme.html.twig' as _parent %} {% if label is not same as(false) -%} {% if not compound -%} {% set label_attr = label_attr|merge({'for': form.vars.id}) %} {%- endif -%} {% if required -%} {% set label_attr = label_attr|merge({'class': (label_attr.class|default('') ~ ' required')|trim}) %} {%- endif -%} {%- endif -%} {% endblock %} {% block admin_curso_widget %}