{% block javascripts %} {{ form_start(form) }}
{{ form_widget(form.name) }}
{{ form_widget(form.category) }}
{{ form_end(form) }} {% endblock %}