{% extends 'base.html.twig' %} {% block body %}

Question {{ questionNumber }}

{{ form_start(form) }}

Do you think that criteria for responsible charcoal sourcing should be integrated into the European Norm EN-1860-2?

{{ form_row(form.answer1) }} {{ form_row(form.answer2) }} {{ form_row(form.answer3) }} {{ form_row(form.answer4) }}
{{ form_start(form) }}
Previous {{ form_widget(form.next) }}
{{ form_end(form) }}
{{ form_end(form) }}

Note: The EU Norm EN 1860-2 :2005 “Appliances, solid fuels and firelighters - - Part 2: Barbecue charcoal and barbecue charcoal briquettes. Requirements and test methods”

{% endblock %} {% block progressBar %}
{% endblock %} {% block customjavascript %} {% endblock %}