{% extends 'base.html.twig' %} {% block customstylesheets %} {% endblock %} {% block body %} {#Macro sous formulaire#} {% macro custom_prototype(product,index) %}
{{ form_row(product.eancode) }}
{{ form_row(product.brandName) }}
{{ form_row(product.charcoalType) }}
{{ form_row(product.declaredKg) }}
{{ form_row(product.declaredLiters) }}
{{ form_row(product.declaredSpecies) }}
{{ form_row(product.rawMaterialOrigin) }}
{{ form_row(product.charcoalCertification) }}
{{ form_row(product.resellerName) }}
{{ form_row(product.brandOwner) }}
{{ form_row(product.brandOwnerCountry) }}
{{ form_row(product.carbonFixRate) }}
{{ form_row(product.safetyInscriptions) }}
{{ form_row(product.image) }}
{% if product.vars.data is not null and product.vars.data.imageFilename is not null %} {{ product.vars.data.imageFilename }} {% endif %}
{% endmacro %}

Question {{ questionNumber }}

In this section please list all charcoal products registered or sold under your companies name. The given information is processed by Earthworm and integrated into EF's charcoal product database. The database is accessible for the European consumer via https://charcoal-transparency.org/ .
Please fill out the categories carefully. The questions starting with "declared" are to be filled with information that is written on the charcoal bags. For information on how to fill in these questions, see guidelines at the bottom of the page.
Please list all related product information in the table below

{{ form_start(form) }} {# Appel aux sous formulaires #}

Products:

{% for product in form.products %} {{ _self.custom_prototype(product,loop.index0) }} {% endfor %}
{{ form_start(form) }}
Previous {{ form_widget(form.submit) }} Skip and go to next question >>
{{ form_end(form) }}
{{ form_end(form) }}

GTIN-/EAN Code - Please indicate, the GTIN (Global trade Item number), formerly known as EAN (European Article Number)

Brand Name - Please indicate, the name of the product. the brand name is the name in which the product is officially registered by the trade mark authorities, normally it is identically with the product name

CTI - Please indicate if the product is already listed within the CTI

Type of charcoal - Please indicate the type of charcoal. Option to choose are restaurant charcoal > 40 mm, loose or lump charcoal 20mm - 40 mm, charcoal briquettes or mixed charcoal, a mix between briquettes and charcoal

Declared KG - Please indicate the amount of KG of the product (if applicable)

Declared LITRES - Please indicate the amount of liters of the product (if applicable)

Declared species - Please enter the name of wood species or type of raw material which were used to produce the product. Type of wood species is considered the species name. Other raw material e.g. Coconut should be indicated as such.

Declared country of origin - Please indicate the declared country of origin of the product. The country of origin is the country in which the product has been produced.

Certification - Please indicate if the charcoal (not the paper bag) is certified under FSC 100%, FSC Mix, PEFC, other (if other please mention)

Reseller name - Please indicate, the reseller names which offer the product for sale

Brand owner - Please indicate the brand owner name, the brand owner refers to the legal entity which holds the trademark license of the product. Please indicate the country of origin of brand owner.

C- Fix rate - Please indicate the C- fix rate of the product. The C-fix rate reflects the carbon content of the charcoal.

Health and Safety inscriptions - Please indicate, if health and safety inscriptions are printed on the bag. Health and Safety inscriptions refer to recommendations for a harmless use of the charcoal



Thank you very much.

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