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

Question {{ questionNumber }}

What is the general added value of a partnership with a non-governmental organization or external partner?

Please move each box in order of preference from 1 to 8

  • #1
  • #2
  • #3
  • #4
  • #5
  • #6
  • #7
  • #8
{% if form.vars.value.response is empty %}
  • Positive communication
  • Independent verification (e.g. certification)
  • Increased network and networking potentials
  • Transformation work on specific topics (e.g. supply chains)
  • Protection of natural resources, humans and the environment
  • Meet a consumers' demand
  • Meet a customers' demand
  • No added value
{% else %}
  • {{ form.vars.value.response[0] }}
  • {{ form.vars.value.response[1] }}
  • {{ form.vars.value.response[2] }}
  • {{ form.vars.value.response[3] }}
  • {{ form.vars.value.response[4] }}r
  • {{ form.vars.value.response[5] }}
  • {{ form.vars.value.response[6] }}
  • {{ form.vars.value.response[7] }}
{% endif %}
{{ form_start(form) }}
Previous {{ form_widget(form.next) }}
{{ form_end(form) }}
{% endblock %} {% block progressBar %}
{% endblock %} {% block customjavascript %} {% endblock %}