{% extends 'MediaBundle::layout.html.twig' %} {% block body %} {% if media.id !=null %} {% endif %}
Images list Add image
{{ form_start(form)}}
Click to add image to article
{{form_widget(form.file,{"attr":{"style":"opacity:0;"}})}}
{{form_errors(form.file)}}

{{form_end(form)}}
{% endblock %}