{% extends 'base.html' %} {% load i18n static %} {% block title %}{% trans 'Find the right project template' %}{% endblock %} {% block extra_js %} {{ block.super }} {% endblock %} {% block content %}
{% csrf_token %}
{% include 'euth_blueprints/includes/step-aim.html' %} {% include 'euth_blueprints/includes/step-finetuning.html' %} {% include 'euth_blueprints/includes/step-feasibility.html' %}
{% endblock %}