-
-
- {{ recommendation }}
-
+
+
+
+
+
Les recommandations suite à votre diagnostic
- {% endfor %}
+
+
+
+
+
+ {% for label, recommendation in object.recommendations.items %}
+
+
{{label}}
+
+ {{ recommendation }}
+
+
+
+ {% endfor %}
+
+
+
+
{% endblock content %}
diff --git a/lacommunaute/templates/surveys/dsp_form.html b/lacommunaute/templates/surveys/dsp_form.html
index 153a7268c..3f944d1ef 100644
--- a/lacommunaute/templates/surveys/dsp_form.html
+++ b/lacommunaute/templates/surveys/dsp_form.html
@@ -1,31 +1,58 @@
-{% extends 'board_base.html' %}
+{% extends "layouts/base.html" %}
{% load i18n %}
{% block title %}Diagnostic Socio Professionnel{{ block.super }}{% endblock %}
-{% block meta_description %}DSP{% endblock meta_description %}"
+{% block meta_description %}DSP{% endblock meta_description %}
-{% block content %}
-
Diagnostic socio-professionnel
+{% block content %}
-