{% extends "a4dashboard/base_dashboard.html" %} {% load i18n static %} {% block title %}{% trans "New Project" %} — {{ block.super }}{% endblock%} {% block dashboard_content %}

{% trans "What kind of project would you like to create?" %}

Decision support tool

{% trans 'Not sure which template?' %}

{% trans "Try the Decision Support Tool (DST)!" %}

{% trans "In just three minutes you'll find out which process suits your needs. It's easy." %}
{% for blueprint_slug, blueprint in view.blueprints %}
{{ blueprint.title }}

{{ blueprint.title }}

{{ blueprint.description | linebreaks }}
    {% for phase_content in blueprint.content %}
  • Phase {{ forloop.counter }}: {{ phase_content.description }}
  • {% endfor %}
{% include 'euth_blueprints/includes/infopage.html'%}
{% endfor %}
{% endblock %}