{% 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.title ) }} {{ form_widget( form.title ) }} {% if form.title.vars.errors.count > 0 %}
{{ form_errors( form.title ) }}
{% endif %}
{{ form_label( form.content ) }} {{ form_widget( form.content ) }} {% if form.content.vars.errors.count > 0 %}
{{ form_errors( form.content ) }}
{% endif %}
{#
¿CÓMO ABRIR UN DIBUJO?

Piensa en un dibujo que te preocupe o una duda que quieras resolver. Intenta sintetizarlo en una frase descriptiva y atractiva para que llame la atención al resto de usuarios.

#}
{{ form_label( form.file ) }} {% if form.vars.data.id is defined and form.vars.data.id is not empty %} {% endif %} {{ form_widget( form.file ) }} {% if form.file.vars.errors.count > 0 %}
{{ form_errors( form.file ) }}
{% endif %}
{{ form_label( form.tags ) }} {{ form_widget( form.tags ) }} {% if form.tags.vars.errors.count > 0 %}
{{ form_errors( form.tags ) }}
{% endif %}
{{ form_widget( form.submit ) }}
{{ form_end(form) }}
¿CÓMO USAR ETIQUETAS?

Escribe las palabras clave de tu texto. Recuerda utilizar la etiqueta Conduccion Eficiente para cualquier contenido relacionado con este tema.

{% endblock %}