{% extends 'WebelopingLanderBundle:ComunidadDeExpertos:layout.html.twig' %} {% block _css %} {{ parent() }} {% stylesheets '@WebelopingLanderBundle/Resources/public/css/bootstrap-tagsinput.css' '@WebelopingLanderBundle/Resources/public/css/custom-bootstrap-tagsinput.css' filter = '?yui_css' %} {% endstylesheets %} {% endblock %} {% block _js %} {{ parent() }} {% javascripts '@WebelopingLanderBundle/Resources/public/js/typeahead.bundle.js' '@WebelopingLanderBundle/Resources/public/js/bootstrap-tagsinput.js' filter='?yui_js' %} {% endjavascripts %} {% endblock %} {% block content_id "ferronet"%} {% block _data -%}
{{ form_start(form) }} {{ form_label( form.content ) }} {{ form_widget( form.content ) }} {% if form.content.vars.errors.count > 0 %}
{{ form_errors( form.content ) }}
{% endif %}
{{ form_widget( form.submit ) }}
{{ form_end(form) }}
{% endblock %}