{% load i18n static %}
{% trans 'Back' %}
{% trans 'Decision support tool' %}

{% trans 'Feasibility' %}

{% trans 'The questions below help us to estimate the effort you will have to invest to make your project a success!' %}


{% include 'euth_blueprints/includes/rangebuttons.html' with field=form.participants %}
{% include 'euth_blueprints/includes/rangebuttons.html' with field=form.scope %}
{% include 'euth_blueprints/includes/rangebuttons.html' with field=form.duration %}
{% include 'euth_blueprints/includes/rangebuttons.html' with field=form.accessibility %}
{% include 'euth_blueprints/includes/breadcrumbs.html' with feasibility=True %}