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

{% trans 'What do you want to do in your participation project?' %}

{% trans 'My Aim' %}
{% trans 'Use Cases' %}
{% for radio in form.aim_choices %}
    {% for example in radio.example %}
  • {{ example }}
  • {% endfor %}
{% endfor %}
{% include 'euth_blueprints/includes/breadcrumbs.html' with aim=True %}